org.eclipse.xpand.ui.editor.scanning
Class WhitespaceDetector

java.lang.Object
  extended by org.eclipse.xpand.ui.editor.scanning.WhitespaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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


Constructor Summary
WhitespaceDetector()
           
 
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

WhitespaceDetector

public WhitespaceDetector()
Method Detail

isWhitespace

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

Copyright 2007 committers of openArchitectureWare and others.
All Rights Reserved.