Class AbstractModuleEditorScanner
- java.lang.Object
-
- org.eclipse.jface.text.rules.RuleBasedScanner
-
- org.eclipse.epsilon.common.dt.editor.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 Collection<String>
assertions
protected Collection<String>
builtinVariables
protected AbstractModuleEditor
editor
protected EpsilonHighlightingManager
highlightingManager
protected Collection<String>
keywords
protected Collection<String>
types
-
Constructor Summary
Constructors Constructor Description AbstractModuleEditorScanner(AbstractModuleEditor editor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.swt.graphics.Color
getCommentColor()
-
-
-
Field Detail
-
editor
protected AbstractModuleEditor editor
-
highlightingManager
protected EpsilonHighlightingManager highlightingManager
-
keywords
protected Collection<String> keywords
-
builtinVariables
protected Collection<String> builtinVariables
-
types
protected Collection<String> types
-
assertions
protected Collection<String> assertions
-
-
Constructor Detail
-
AbstractModuleEditorScanner
public AbstractModuleEditorScanner(AbstractModuleEditor editor)
-
-