|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.apps.jrpcgen.JrpcgenUnionArm
public class 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||