Uses of Interface
org.ek9lang.compiler.symbols.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
-
Uses of IMayReturnSymbol in org.ek9lang.compiler.symbols
Modifier and TypeClassDescriptionclass
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.