|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.acplt.oncrpc.apps.jrpcgen.JrpcgenStruct
public class JrpcgenStruct
The JrpcgenStruct class represents a single structure defined
in an rpcgen "x"-file.
| Field Summary | |
|---|---|
java.util.Vector |
elements
Contains elements of structure. |
java.lang.String |
identifier
Structure identifier. |
| Constructor Summary | |
|---|---|
JrpcgenStruct(java.lang.String identifier,
java.util.Vector elements)
Constructs a JrpcgenStruct and sets the identifier and all
its attribute elements. |
|
| Method Summary | |
|---|---|
void |
dump()
Dumps the structure together with its attribute elements to System.out. |
java.lang.String |
toString()
Returns just the identifier. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String identifier
public java.util.Vector elements
JrpcgenDeclaration.
| Constructor Detail |
|---|
public JrpcgenStruct(java.lang.String identifier,
java.util.Vector elements)
JrpcgenStruct and sets the identifier and all
its attribute elements.
identifier - Identifier to be declared.elements - Vector of atrribute elements of class
JrpcgenDeclaration.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic void dump()
System.out.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||