Package org.ek9lang.compiler.phase3
Class CheckAllTextBodiesPresent
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.CheckAllTextBodiesPresent
- All Implemented Interfaces:
Consumer<AggregateSymbol>
final class CheckAllTextBodiesPresent
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
ConstructorsConstructorDescriptionCheckAllTextBodiesPresent
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check various aspects of overriding methods. -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
CheckAllTextBodiesPresent
CheckAllTextBodiesPresent(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) Check various aspects of overriding methods.
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<AggregateSymbol>
-