Package org.jline.shell.impl
Class PipelineParser.Token
java.lang.Object
org.jline.shell.impl.PipelineParser.Token
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanWhether this token represents an operator.final StringThe token value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The token value. -
isOperator
public final boolean isOperatorWhether this token represents an operator.
-
-
Constructor Details
-
Token
Creates a new token.- Parameters:
value- the token valueisOperator- whether this is an operator token
-