org.eclipse.cdt.internal.ui.editor.asm
Class AsmWordDetector
java.lang.Object
org.eclipse.cdt.internal.ui.editor.asm.AsmWordDetector
- All Implemented Interfaces:
- org.eclipse.jface.text.rules.IWordDetector
public class AsmWordDetector
- extends java.lang.Object
- implements org.eclipse.jface.text.rules.IWordDetector
A C aware word detector.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AsmWordDetector
public AsmWordDetector()
AsmWordDetector
public AsmWordDetector(boolean strict)
AsmWordDetector
public AsmWordDetector(char extra)
AsmWordDetector
public AsmWordDetector(char prefix,
char extra)
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