Uses of Interface
org.inxar.jenesis.FormalParameter

Packages that use FormalParameter
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of FormalParameter in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return FormalParameter
 FormalParameter Catch.getThrowable()
          Gets the formal parameter for this catch clause.
 FormalParameter Constructor.addParameter(Type type, java.lang.String name)
          Adds a new formal parameter to the list of parameters with the given Type and name, andm returns the FormalParameter object.
 FormalParameter Method.addParameter(Type type, java.lang.String name)
          Adds a new FormalParameter to this method signature with the given type and name and returns the Method.