Class JavaArgument


  • public class JavaArgument
    extends JavaElement
    Represents an argument to a JavaMethod.
    See Also:
    JavaMethod
    • Method Detail

      • getType

        public String getType()
        Returns the argument's type as it would be represented in Java source code.
        Returns:
        the argument's type
      • isFinal

        public boolean isFinal()
        Returns true if the final keyword should appear before the argument.
        Returns:
        true if the argument is final
      • setType

        public void setType​(String type)