Package org.ek9lang.compiler.phase5
Class ProcessGuardExpression
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase5.ProcessGuardExpression
- All Implemented Interfaces:
Consumer<EK9Parser.GuardExpressionContext>
final class ProcessGuardExpression
extends TypedSymbolAccess
implements Consumer<EK9Parser.GuardExpressionContext>
Checks on a guard expression and marks the identifier variable as initialised.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionProcessGuardExpression
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ProcessGuardExpression
ProcessGuardExpression(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.GuardExpressionContext>
-