org.eclipse.cdt.make.internal.ui.text.makefile
Class MakefileWordDetector

java.lang.Object
  extended by org.eclipse.cdt.make.internal.ui.text.makefile.MakefileWordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

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


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

Constructor Detail

MakefileWordDetector

public MakefileWordDetector()
Method Detail

isWordPart

public boolean isWordPart(char character)
Specified by:
isWordPart in interface org.eclipse.jface.text.rules.IWordDetector
See Also:
IWordDetector#isWordPart(character)

isWordStart

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