Interface IFunctionSymbol

    • Method Detail

      • invoke

        Object invoke​(Object[] args)
        Invokes the method represented by this symbol.
        Parameters:
        args - An array of arguments to forward to the function.
      • getSignatureDescription

        String getSignatureDescription()
        Returns a description of arguments of the form ( < argName1 >, < argName2 >, etc. ) appropriate for display in a source editor ui.
      • isStackSymbol

        boolean isStackSymbol()
        Returns true if the value of this function symbol is stored on the stack as a variable
      • getModifiers

        int getModifiers()
        Returns the modifiers for this function symbol
        Specified by:
        getModifiers in interface IReducedSymbol
      • isFromJava

        boolean isFromJava()
        Returns:
        true if this function symbol came from a java superclass