Class JavaConstructor

java.lang.Object
jaxx.compiler.java.JavaElement
jaxx.compiler.java.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 - chemit@codelutin.com
  • Method Details

    • getArguments

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

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

      public java.lang.String getBody()