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