Class ApplicationOnMethodOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase1.ApplicationOnMethodOrError
All Implemented Interfaces:
Consumer<EK9Parser.MethodDeclarationContext>

final class ApplicationOnMethodOrError extends RuleSupport implements Consumer<EK9Parser.MethodDeclarationContext>
Checks for the appropriate use of the APPLICATION of xyz on a method declaration. Only to be used with Programs - this is because the grammar allows this - to keep it simple.