Interface ExecutableDeclaration

    • Method Detail

      • isVarArgs

        boolean isVarArgs()
        Returns:
        whether this is a varArs declaration.
      • getBody

        Expression getBody()
        Returns:
        the body, might be null for external elements as well as abstract methods.
      • getParameters

        java.lang.Iterable<? extends ParameterDeclaration> getParameters()
        Returns:
        the declared parameters
      • getExceptions

        java.lang.Iterable<? extends TypeReference> getExceptions()
        Returns:
        the declared exceptions