Interface AST.ExpressionDecl
- All Known Implementing Classes:
AST.SimpleExpression
,AST.StructExpression
- Enclosing class:
- AST
public static interface AST.ExpressionDecl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
nz.org.riskscape.dsl.Token
-
Method Details
-
getIdentifier
nz.org.riskscape.dsl.Token getIdentifier() -
scanStructKeys
-
build
void build(List<nz.org.riskscape.problem.Problem> problems, nz.org.riskscape.rl.ExpressionParser parser)
-