| Package | org.granite.reflect |
| Class | public class Arg |
| Inheritance | Arg DescribedElement |
See also
| Property | Defined by | ||
|---|---|---|---|
| annotation : Annotation
[read-only]
The annotation that holds this argument.
| Arg | ||
![]() | declaredBy : Type
The
Type instance this described element belongs to. | DescribedElement | |
| key : String [read-only]
The key (or name) of this argument.
| Arg | ||
| value : String [read-only]
The value of this argument.
| Arg | ||
| Method | Defined by | ||
|---|---|---|---|
|
Arg(annotation:Annotation, desc:XML)
Constructs a new
Arg instance. | Arg | ||
![]() |
equals(o:*):Boolean
Tells if this
DescribedElement instance is equal to the supplied
o parameter. | DescribedElement | |
![]() |
toString():String
Returns the a string (XML) representation of this described element.
| DescribedElement | |
| annotation | property |
annotation:Annotation [read-only]The annotation that holds this argument.
Implementation public function get annotation():Annotation
| key | property |
key:String [read-only]The key (or name) of this argument.
Implementation public function get key():String
| value | property |
value:String [read-only]The value of this argument.
Implementation public function get value():String
| Arg | () | constructor |
public function Arg(annotation:Annotation, desc:XML)
Constructs a new Arg instance.
annotation:Annotation — the annotation to which this arguments belongs.
|
|
desc:XML |