Package org.ek9lang.compiler.phase3
Class AllTextBodiesPresentOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.AllTextBodiesPresentOrError
- All Implemented Interfaces:
Consumer<AggregateSymbol>
final class AllTextBodiesPresentOrError
extends TypedSymbolAccess
implements Consumer<AggregateSymbol>
Checks that all the text bodies that are on the super are also present in the language variant.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionAllTextBodiesPresentOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check text body for text constructs is present across all language variants. -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
AllTextBodiesPresentOrError
AllTextBodiesPresentOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check text body for text constructs is present across all language variants.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<AggregateSymbol>
-