Package one.empty3.library1.tree
Class StringAnalyzer3.SingleToken
java.lang.Object
one.empty3.library1.tree.StringAnalyzer3.Token
one.empty3.library1.tree.StringAnalyzer3.SingleToken
- Enclosing class:
StringAnalyzer3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy
(StringAnalyzer3.Token token0) Creates a copy of the current Token object.Methods inherited from class one.empty3.library1.tree.StringAnalyzer3.Token
action, addToken, fireOnTrue, getAction3, getConstruct, getFirstConstructVersion, getNextToken, hasNextToken, isSuccessful, parse, processNext, setAction, setConstruct, setSuccessful, skipBlanks, toString
-
Field Details
-
choice
-
-
Constructor Details
-
SingleToken
-
-
Method Details
-
copy
Description copied from class:StringAnalyzer3.Token
Creates a copy of the current Token object.- Overrides:
copy
in classStringAnalyzer3.Token
- Returns:
- a new Token object that is a copy of the current Token (further step: make a deep copy with nextTokens and Token type fields.
-