Class SingleCharacterWordDetector

java.lang.Object
org.eclipse.epsilon.flexmi.dt.xml.SingleCharacterWordDetector
All Implemented Interfaces:
org.eclipse.jface.text.rules.IWordDetector

public class SingleCharacterWordDetector extends Object implements org.eclipse.jface.text.rules.IWordDetector
  • Constructor Details

    • SingleCharacterWordDetector

      public SingleCharacterWordDetector(char... chars)
  • Method Details

    • addChar

      public void addChar(char c)
    • isWordPart

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

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