org.sintef.mofscript.editor
Class MofScriptWhitespaceDetector

java.lang.Object
  extended by org.sintef.mofscript.editor.MofScriptWhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

public class MofScriptWhitespaceDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWhitespaceDetector

Detetects white space

Author:
jol

Constructor Summary
MofScriptWhitespaceDetector()
           
 
Method Summary
 boolean isWhitespace(char c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MofScriptWhitespaceDetector

public MofScriptWhitespaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char c)
Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector
Parameters:
c -
Returns:
if a character is whitespace