Class ValidMethodOrError

java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase1.ValidMethodOrError
All Implemented Interfaces:
BiConsumer<MethodSymbol,EK9Parser.MethodDeclarationContext>

final class ValidMethodOrError extends RuleSupport implements BiConsumer<MethodSymbol,EK9Parser.MethodDeclarationContext>
Checks methods from various contexts, typically this is delegated to other functions. Those functions do the detail check.