com.pvx.ooadide.codehilite2
Class ExtKeywordDetector

java.lang.Object
  extended by com.pvx.ooadide.codehilite2.ExtKeywordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

public class ExtKeywordDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWordDetector


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

Constructor Detail

ExtKeywordDetector

public ExtKeywordDetector(boolean b)
Method Detail

isWordStart

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

isWordPart

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