Class JavaConstructor


  • public class JavaConstructor
    extends JavaElement
    To mirror a Constructor. In a constructor we need to keep all parameters types as fqn since when a jaxx object inheritates from anohter one, it is painfull (even impossible?) to find out from a simple name his fqn. So when using constructor, always keep fqn types.
    Since:
    2.4
    Author:
    Tony Chemit - dev@tchemit.fr
    • Method Detail

      • getArguments

        public JavaArgument[] getArguments()
        Returns a list of the method's arguments.
        Returns:
        the method's arguments
      • getExceptions

        public String[] getExceptions()
        Returns a list of exceptions the method can throw.
        Returns:
        the method's exceptions
      • getBody

        public String getBody()