Interface IMayReturnSymbol
- All Known Subinterfaces:
IFunctionSymbol
- All Known Implementing Classes:
AnyTypeSymbol, CallSymbol, FunctionSymbol, MethodSymbol, ServiceOperationSymbol, StreamCallSymbol
public interface IMayReturnSymbol
Used by functions and methods as they may return a symbol (variable).
-
Method Summary
Modifier and TypeMethodDescriptiondefault VariableSymboldefault booleandefault voidsetReturningSymbol(VariableSymbol returningSymbol)
-
Method Details
-
isReturningSymbolPresent
default boolean isReturningSymbolPresent() -
getReturningSymbol
-
setReturningSymbol
-