org.radrails.db.internal.ui.editors.sql.util
Class SQLWhiteSpaceDetector

java.lang.Object
  extended byorg.radrails.db.internal.ui.editors.sql.util.SQLWhiteSpaceDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWhitespaceDetector

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

A class that determines if a character is an SQL whitespace character


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

Constructor Detail

SQLWhiteSpaceDetector

public SQLWhiteSpaceDetector()
Method Detail

isWhitespace

public boolean isWhitespace(char c)
Whitespace test method.

Specified by:
isWhitespace in interface org.eclipse.jface.text.rules.IWhitespaceDetector
See Also:
IWhitespaceDetector.isWhitespace(char)