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 VariableSymbol
default boolean
default void
setReturningSymbol
(VariableSymbol returningSymbol)
-
Method Details
-
isReturningSymbolPresent
default boolean isReturningSymbolPresent() -
getReturningSymbol
-
setReturningSymbol
-