org.objectweb.jonathan.libs.kernel.decoders

Class 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

String
name
String
type

Constructor Summary

JArgument(String _name, String _type)
creates a new JArgument of the given argument signature.

Method Summary

String
toString()

Field Details

name

public String name


type

public String type

Constructor Details

JArgument

public JArgument(String _name,
                 String _type)
creates a new JArgument of the given argument signature.

Method Details

toString

public String toString()