Package org.ek9lang.compiler.symbols
Interface IMayReturnSymbol
- All Known Implementing Classes:
CallSymbol
,FunctionSymbol
,MethodSymbol
,ServiceOperationSymbol
,StreamCallSymbol
public interface IMayReturnSymbol
Used by functions and methods as they may return a symbol (variable).
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setReturningSymbol
(VariableSymbol returningSymbol)
-
Method Details
-
isReturningSymbolPresent
boolean isReturningSymbolPresent() -
getReturningSymbol
ISymbol getReturningSymbol() -
setReturningSymbol
-