FunctionTokenType class
Methods
-
additionalFactor(ComputeContext ctx, String rawBuildingToken)
→ bool
-
override
-
createToken(ComputeContext ctx, String rawValue, int globalOffset)
→ Token<TokenType>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
validate(ComputeContext ctx, Token<TokenType>? previousToken, String rawBuildingToken, Token<TokenType>? nextToken)
→ bool
-
inherited
-
validateNext(ComputeContext ctx, String rawBuildingToken, Token<TokenType>? nextToken)
→ bool
-
inherited
-
validateNextType(ComputeContext ctx, String rawBuildingToken, TokenType? nextTokenType)
→ bool
-
inherited
-
validatePrevious(ComputeContext ctx, String rawBuildingToken, Token<TokenType>? previousToken)
→ bool
-
inherited
-
validatePreviousType(ComputeContext ctx, String rawBuildingToken, TokenType? previousTokenType)
→ bool
-
inherited
-
validateType(ComputeContext ctx, TokenType? previousTokenType, String rawBuildingToken, TokenType? nextTokenType)
→ bool
-
inherited