com.pvx.ooadide.codehilite2
Class PvxDirectiveWordRule.DirectiveWordDetector

java.lang.Object
  extended by org.eclipse.jdt.internal.ui.text.JavaWordDetector
      extended by com.pvx.ooadide.codehilite2.PvxDirectiveWordRule.DirectiveWordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector
Enclosing class:
PvxDirectiveWordRule

public static class PvxDirectiveWordRule.DirectiveWordDetector
extends org.eclipse.jdt.internal.ui.text.JavaWordDetector


Constructor Summary
PvxDirectiveWordRule.DirectiveWordDetector()
           
 
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

PvxDirectiveWordRule.DirectiveWordDetector

public PvxDirectiveWordRule.DirectiveWordDetector()
Method Detail

isWordStart

public boolean isWordStart(char c)
Specified by:
isWordStart in interface org.eclipse.jface.text.rules.IWordDetector
Overrides:
isWordStart in class org.eclipse.jdt.internal.ui.text.JavaWordDetector

isWordPart

public boolean isWordPart(char c)
Specified by:
isWordPart in interface org.eclipse.jface.text.rules.IWordDetector
Overrides:
isWordPart in class org.eclipse.jdt.internal.ui.text.JavaWordDetector