Package redempt.crunch.token
Interface Token
- All Known Subinterfaces:
Value
- All Known Implementing Classes:
ArgumentList
,BinaryOperation
,BinaryOperator
,Constant
,Function
,FunctionCall
,LazyVariable
,LiteralValue
,UnaryOperation
,UnaryOperator
,Variable
public interface Token
Represents a parsed token
-
Method Summary
-
Method Details
-
getType
TokenType getType()- Returns:
- The type of this Token
-