Package quickparse.grammar.symbol
Interface Symbol.TokenAction
- Enclosing class:
- Symbol
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface Symbol.TokenAction
An action that can be executed on a
TokenSymbol-
Method Summary
Modifier and Type Method Description voidapply(TokenSymbol s)Implements theSymbol.TokenAction
-
Method Details
-
apply
Implements theSymbol.TokenAction- Parameters:
s- theTokenSymbolto apply this action to
-