Package quickparse.grammar.symbol
Interface Symbol.ConstructAction
- 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.ConstructAction
An action that can be executed on a
ConstructSymbol-
Method Summary
Modifier and Type Method Description voidapply(ConstructSymbol s)Implements theSymbol.ConstructAction
-
Method Details
-
apply
Implements theSymbol.ConstructAction- Parameters:
s- theConstructSymbolto apply this action to
-