org.objectweb.jonathan.libs.kernel.decoders
Class JArgument
java.lang.Object
org.objectweb.jonathan.libs.kernel.decoders.JArgument
public class JArgument
extends java.lang.Object
Holds the signature (name and type) of a single method argument.
Used by
JAlternative
to hold the signature of a
single class constructor. Created along with its
JAlternative
's ImplicitFactory, either
by the application compiled configuration or by the runtime
XMLImplicitFactoryDecoder
(if the application's XML
configuration has not been compiled, but is used as the XML
runtime configuration file instead).
JArgument(String _name, String _type) - creates a new JArgument of the given argument signature.
|
JArgument
public JArgument(String _name,
String _type)
creates a new JArgument of the given argument signature.
toString
public String toString()