Interface Callable

All Known Implementing Classes:
Constructor, DecisionFunction, Function, Method

public interface Callable
  • Method Details

    • getID

      DOID getID()
      Get ID of the callable object
      Returns:
      ID of the callable object.
    • getParameters

      List<? extends Parameter> getParameters()
      Get all the parameters of the callable interface (Function/Method/Constructor) Function returns FormalParameterTable and Method/Constructor return OverloadedParameterTable
      Returns:
      all the formal parameters of the callable interface
    • getType

      String getType()
      Get alias of the return type
      Returns:
      alias of the return type
    • getTypeID

      DOID getTypeID()
      Get alias of the return type
      Returns:
      alias of the return type
    • _getTypeID

      DOID _getTypeID()
      Get ID of the return type without sync'ing with type alias
      Returns:
      alias of the return type
    • getParameterList

      String getParameterList()
      Get parameter list as a String
      Returns:
      return the method's parameter list
    • getParameterList

      String getParameterList(boolean translate)
      Get optionally translated parameter list as a String
      Returns:
      return the method's parameter list
    • getFullyQualifiedName

      String getFullyQualifiedName()
    • getModifiers

      Modifiers getModifiers()
    • getExceptionIDs

      DOID[] getExceptionIDs()
    • isVisible

      boolean isVisible()
    • setVisible

      void setVisible(boolean b)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String string)