Package org.ek9lang.compiler.common
Class RuleSupport
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
- Direct Known Subclasses:
ApplicationOnMethodOrError
,AppropriateBodyOrError
,AppropriateFunctionBodyOrError
,ContextSupportsAbstractMethodOrError
,HttpAccessOrError
,MethodNotOperatorOrError
,NoDuplicatedServicePathsOrError
,NoMethodReturnOrError
,OuterGenericsUseOrError
,OverrideOrAbstractOrError
,PopulateConstrainedTypeOrError
,ProcessCommonMethodsOrError
,ProcessDynamicClassOrError
,ProcessDynamicFunctionOrError
,ProcessFunctionDeclarationOrError
,ProcessSyntheticReturn
,ProcessTraitDeclarationOrError
,ProcessTypeDeclarationOrError
,ProcessVariableDeclarationOrError
,ProcessVariableOnlyOrError
,ProcessVariableOrError
,ResolverOrDefiner
,SuitableGenusOrError
,SuitableToExtendOrError
,TypedSymbolAccess
,ValidMethodOrError
,ValidOperatorOrError
,ValidPathParameterOrError
,ValidPreFlowAndReturnOrError
,ValidServiceOperationOrError
,VisibilityOfOperationsOrError
Designed to be extended by rules and checkers.
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
RuleSupport
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
-
Field Details
-
symbolsAndScopes
-
errorListener
-
-
Constructor Details
-
RuleSupport
-