Package org.acplt.oncrpc.apps.jrpcgen
Class JrpcgenStruct
java.lang.Object
org.acplt.oncrpc.apps.jrpcgen.JrpcgenStruct
The
JrpcgenStruct
class represents a single structure defined
in an rpcgen "x"-file.- Version:
- $Revision: 1.1.1.1 $ $Date: 2003/08/13 12:03:47 $ $State: Exp $ $Locker: $
- Author:
- Harald Albrecht
-
Field Summary
FieldsModifier and TypeFieldDescriptionContains elements of structure.Structure identifier. -
Constructor Summary
ConstructorsConstructorDescriptionJrpcgenStruct
(String identifier, Vector elements) Constructs aJrpcgenStruct
and sets the identifier and all its attribute elements. -
Method Summary
-
Field Details
-
identifier
Structure identifier. -
elements
Contains elements of structure. The elements are of classJrpcgenDeclaration
.
-
-
Constructor Details
-
JrpcgenStruct
Constructs aJrpcgenStruct
and sets the identifier and all its attribute elements.- Parameters:
identifier
- Identifier to be declared.elements
- Vector of atrribute elements of classJrpcgenDeclaration
.
-
-
Method Details