Uses of Interface
org.ek9lang.compiler.symbols.IMayReturnSymbol
Packages that use IMayReturnSymbol
Package
Description
E - Initial Symbol definition by traversing the 'ANTLR' - 'AST'.
This is the main source of EK9 Symbols used within the compiler.
-
Uses of IMayReturnSymbol in org.ek9lang.compiler.phase1
Methods in org.ek9lang.compiler.phase1 with parameters of type IMayReturnSymbol -
Uses of IMayReturnSymbol in org.ek9lang.compiler.symbols
Subinterfaces of IMayReturnSymbol in org.ek9lang.compiler.symbolsModifier and TypeInterfaceDescriptioninterface
Interface to abstract FunctionSymbol away as concrete implementation.Classes in org.ek9lang.compiler.symbols that implement IMayReturnSymbolModifier and TypeClassDescriptionclass
Special type that is super of Aggregate and super of Function (if they don't have supers).class
Just re-uses the bulk of method symbol for when we want to make a symbol that is a call to an actual method.class
Scope for functions that are part of a module.class
Represents some type of method that exists on an aggregate type scope.class
Scope for callable methods (operations) that are part of a Service.class
Just re-uses the bulk of method symbol.