Uses of Class
org.ek9lang.compiler.symbols.ServiceOperationSymbol
Packages that use ServiceOperationSymbol
Package
Description
F - Resolution of Explicitly Defined Type Symbols - at this point phase1 processing should have defined
most of the explicitly defined symbols, so they should be resolvable.
Contains critical general components used in the
Ek9Compiler
listeners.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of ServiceOperationSymbol in org.ek9lang.compiler.phase2
Classes in org.ek9lang.compiler.phase2 that implement interfaces with type arguments of type ServiceOperationSymbolModifier and TypeClassDescription(package private) final class
Checks the PATH value (if this is a path parameter) and ensures that the name appears in the path itself on the operation.(package private) final class
Check that a service operation complies with EK9 rules and return types etc.Methods in org.ek9lang.compiler.phase2 with parameters of type ServiceOperationSymbolModifier and TypeMethodDescriptionvoid
ValidServiceOperationOrError.accept
(ServiceOperationSymbol operation, EK9Parser.ServiceOperationDeclarationContext ctx) boolean
ValidPathParameterOrError.test
(ServiceOperationSymbol operation, ISymbol param) -
Uses of ServiceOperationSymbol in org.ek9lang.compiler.support
Classes in org.ek9lang.compiler.support that implement interfaces with type arguments of type ServiceOperationSymbolModifier and TypeClassDescriptionclass
Error when the definition of a service operator is invalid.Methods in org.ek9lang.compiler.support that return ServiceOperationSymbolModifier and TypeMethodDescriptionServiceFactory.newServiceOperation
(EK9Parser.ServiceOperationDeclarationContext ctx, IScope scope) Create a new aggregate that represents an EK9 service operation - a specialised method.SymbolFactory.newServiceOperation
(EK9Parser.ServiceOperationDeclarationContext ctx, IScope scope) Create a new aggregate that represents an EK9 service operation - a specialised method.Methods in org.ek9lang.compiler.support with parameters of type ServiceOperationSymbolModifier and TypeMethodDescriptionvoid
CheckForInvalidServiceOperator.accept
(ServiceOperationSymbol serviceSymbol) -
Uses of ServiceOperationSymbol in org.ek9lang.compiler.symbols
Methods in org.ek9lang.compiler.symbols that return ServiceOperationSymbolModifier and TypeMethodDescriptionprotected ServiceOperationSymbol
ServiceOperationSymbol.cloneIntoServiceOperationSymbol
(ServiceOperationSymbol newCopy) Methods in org.ek9lang.compiler.symbols with parameters of type ServiceOperationSymbolModifier and TypeMethodDescriptionprotected ServiceOperationSymbol
ServiceOperationSymbol.cloneIntoServiceOperationSymbol
(ServiceOperationSymbol newCopy)