Package org.ek9lang.compiler.phase3
Class PreFlowStatementOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.PreFlowStatementOrError
- All Implemented Interfaces:
Consumer<EK9Parser.PreFlowStatementContext>
final class PreFlowStatementOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.PreFlowStatementContext>
Checks that the pre-flow expressions are valid.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionPreFlowStatementOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check on validity of assignments. -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
PreFlowStatementOrError
PreFlowStatementOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check on validity of assignments.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.PreFlowStatementContext>
-