com.pvx.ooadide.codehilite2
Class PvxLineLabelWordRule.LineLabelWordDetector

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

public static class PvxLineLabelWordRule.LineLabelWordDetector
extends java.lang.Object
implements org.eclipse.jface.text.rules.IWordDetector


Constructor Summary
PvxLineLabelWordRule.LineLabelWordDetector()
           
 
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

PvxLineLabelWordRule.LineLabelWordDetector

public PvxLineLabelWordRule.LineLabelWordDetector()
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