Class PureProcessingInPureContextOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.PureProcessingInPureContextOrError
- All Implemented Interfaces:
BiConsumer<IToken,ISymbol>
final class PureProcessingInPureContextOrError
extends TypedSymbolAccess
implements BiConsumer<IToken,ISymbol>
Just check that with in the current 'context' - if pure that the processing call is pure.
-
Field Summary
Fields inherited from class RuleSupport
errorListener, symbolsAndScopes -
Constructor Summary
ConstructorsConstructorDescriptionPureProcessingInPureContextOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbolMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
PureProcessingInPureContextOrError
PureProcessingInPureContextOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
-