|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.aidl.AidlInstruction
public class AidlInstruction
Contains an AIDL instruction See the source AidlInstruction.java
| Field Summary | |
|---|---|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private InstructionClasses |
instructClass
|
private java.util.Vector<AidlParameter> |
params
|
(package private) static long |
serialVersionUID
|
private Specifier |
specifier
|
private java.util.Vector<AidlTrigger> |
triggers
|
| Constructor Summary | |
|---|---|
AidlInstruction(InstructionClasses instructClass,
Specifier specifier)
Constructor |
|
| Method Summary | |
|---|---|
void |
add(AidlParameter param)
Add given param to list |
void |
add(AidlTrigger trigger)
Add given trigger to list |
InstructionClasses |
getInstructionClass()
Returns the instruction Class |
java.util.Iterator<AidlParameter> |
getParameters()
Returns an iterator of the instructions parameters |
Element |
toXml()
Retuns an XML representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final long serialVersionUID
public static final java.lang.String CVS_VERSION_ID
private java.util.Vector<AidlParameter> params
private java.util.Vector<AidlTrigger> triggers
private InstructionClasses instructClass
private Specifier specifier
| Constructor Detail |
|---|
public AidlInstruction(InstructionClasses instructClass,
Specifier specifier)
instructClass - - the class of the instructionspecifier - - the instruction specifier (if any)| Method Detail |
|---|
public void add(AidlTrigger trigger)
public void add(AidlParameter param)
public Element toXml()
public java.util.Iterator<AidlParameter> getParameters()
public InstructionClasses getInstructionClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||