Class ProcessCommonMethodsOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase1.ProcessCommonMethodsOrError
- All Implemented Interfaces:
BiConsumer<MethodSymbol, EK9Parser.MethodDeclarationContext>
final class ProcessCommonMethodsOrError
extends RuleSupport
implements BiConsumer<MethodSymbol, EK9Parser.MethodDeclarationContext>
Processes and checks Methods that apply in all method contexts for basic correctness.
-
Field Summary
Fields inherited from class RuleSupport
errorListener, symbolsAndScopes -
Constructor Summary
ConstructorsConstructorDescriptionProcessCommonMethodsOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MethodSymbol method, EK9Parser.MethodDeclarationContext ctx) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
ProcessCommonMethodsOrError
ProcessCommonMethodsOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<MethodSymbol, EK9Parser.MethodDeclarationContext>
-