public class JArgument
extends java.lang.Object
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).Modifier and Type | Field and Description |
---|---|
java.lang.String |
name |
java.lang.String |
type |
Constructor and Description |
---|
JArgument(java.lang.String _name,
java.lang.String _type)
creates a new JArgument of the given argument signature.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |