org.ocleditor.internal.ui.editor
Class OclWhitespaceDetector

java.lang.Object
  extended byorg.ocleditor.internal.ui.editor.OclWhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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

Determines whether a given character is to be considered as a whitespace.


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

Constructor Detail

OclWhitespaceDetector

public OclWhitespaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char c)
Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector