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 Details

    • isReturningSymbolPresent

      boolean isReturningSymbolPresent()
    • getReturningSymbol

      ISymbol getReturningSymbol()
    • setReturningSymbol

      void setReturningSymbol(VariableSymbol returningSymbol)