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).
Field Summary |
java.lang.String |
name
|
java.lang.String |
type
|
Constructor Summary |
JArgument(java.lang.String _name,
java.lang.String _type)
creates a new JArgument of the given argument signature. |
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
type
public java.lang.String type
JArgument
public JArgument(java.lang.String _name,
java.lang.String _type)
- creates a new JArgument of the given argument signature.
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object