Package org.ek9lang.compiler.phase3
Class WhileStatementExpressionOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.WhileStatementExpressionOrError
- All Implemented Interfaces:
Consumer<EK9Parser.WhileStatementExpressionContext>
final class WhileStatementExpressionOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.WhileStatementExpressionContext>
Deals with checking the 'while' or 'do/while statement/expression.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionWhileStatementExpressionOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
WhileStatementExpressionOrError
WhileStatementExpressionOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.WhileStatementExpressionContext>
-