|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.acplt.oncrpc.apps.jrpcgen.JrpcgenUnionArm
The JrpcgenUnionArm class represents a single union arm defined
for a particular union in an rpcgen "x"-file.
| Field Summary | |
JrpcgenDeclaration |
element
Attribute element of descriminated arm (of class JrpcgenDeclaration). |
java.lang.String |
value
Value for which the descriminated union arm is valid. |
| Constructor Summary | |
JrpcgenUnionArm(java.lang.String value,
JrpcgenDeclaration element)
Constructs a JrpcgenUnionArm and sets decrimated arm's
value and the associated attribute element. |
|
| Method Summary | |
void |
dump()
Dumps the union arm to System.out. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public java.lang.String value
public JrpcgenDeclaration element
JrpcgenDeclaration).| Constructor Detail |
public JrpcgenUnionArm(java.lang.String value,
JrpcgenDeclaration element)
JrpcgenUnionArm and sets decrimated arm's
value and the associated attribute element.value - Value for which descriminated arm is valid.element - Descriminated arm element of class
JrpcgenDeclaration.| Method Detail |
public void dump()
System.out.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||