Class AbstractModuleEditorScanner

  • All Implemented Interfaces:
    org.eclipse.jface.text.rules.ICharacterScanner, org.eclipse.jface.text.rules.ITokenScanner

    public class AbstractModuleEditorScanner
    extends org.eclipse.jface.text.rules.RuleBasedScanner
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Collection<java.lang.String> assertions  
      protected java.util.Collection<java.lang.String> builtinVariables  
      protected AbstractModuleEditor editor  
      protected EpsilonHighlightingManager highlightingManager  
      protected java.util.Collection<java.lang.String> keywords  
      protected java.util.Collection<java.lang.String> types  
      • Fields inherited from class org.eclipse.jface.text.rules.RuleBasedScanner

        fColumn, fDefaultReturnToken, fDelimiters, fDocument, fOffset, fRangeEnd, fRules, fTokenOffset, UNDEFINED
      • Fields inherited from interface org.eclipse.jface.text.rules.ICharacterScanner

        EOF
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.swt.graphics.Color getCommentColor()  
      • Methods inherited from class org.eclipse.jface.text.rules.RuleBasedScanner

        getColumn, getLegalLineDelimiters, getTokenLength, getTokenOffset, nextToken, read, setDefaultReturnToken, setRange, setRules, unread
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • keywords

        protected java.util.Collection<java.lang.String> keywords
      • builtinVariables

        protected java.util.Collection<java.lang.String> builtinVariables
      • types

        protected java.util.Collection<java.lang.String> types
      • assertions

        protected java.util.Collection<java.lang.String> assertions
    • Constructor Detail

    • Method Detail

      • getCommentColor

        public org.eclipse.swt.graphics.Color getCommentColor()