Class JLiteralParseRule
java.lang.Object
com.inductiveautomation.snap.parse.ParseRule
com.inductiveautomation.snap.javaparse.JLiteralParseRule
- All Implemented Interfaces:
Cloneable
A parse rule subclass for JLiteral.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.snap.parse.ParseRule
ParseRule.Count, ParseRule.Op
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.snap.parse.ParseRule
addLookAhead, addLookAhead, addLookAhead, addLookAhead, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRule, addRules, clone, getHandler, getLookAhead, getName, getPattern, getPatternCompiled, getPatternCompileFlags, getRule, getRuleCount, getRuleCount, getRuleCount, getRuleCounts, getRuleOp, getRuleOps, getRulePath, getRulePathCount, getRulePaths, getRules, isAnonymous, isLiteral, isLookAhead, removeRule, removeRule, setHandler, setLiteral, setLookAhead, setName, setPattern, toString
-
Constructor Details
-
JLiteralParseRule
public JLiteralParseRule()Creates a new JLiteralParseRule.
-