Class YamlProcessingInstructionRule
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.dt.yaml.YamlMappingRule
-
- org.eclipse.epsilon.flexmi.dt.yaml.YamlProcessingInstructionRule
-
- All Implemented Interfaces:
org.eclipse.jface.text.rules.IPredicateRule
,org.eclipse.jface.text.rules.IRule
public class YamlProcessingInstructionRule extends YamlMappingRule
-
-
Constructor Summary
Constructors Constructor Description YamlProcessingInstructionRule(org.eclipse.jface.text.rules.IToken token)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
isWordStart(char c)
-
Methods inherited from class org.eclipse.epsilon.flexmi.dt.yaml.YamlMappingRule
evaluate, evaluate, getSuccessToken, isNewLine
-
-
-
-
Method Detail
-
isWordStart
protected boolean isWordStart(char c)
- Overrides:
isWordStart
in classYamlMappingRule
-
-