public class JrpcgenStruct extends Object
JrpcgenStruct class represents a single structure defined
in an rpcgen "x"-file.| Modifier and Type | Field and Description |
|---|---|
Vector |
elements
Contains elements of structure.
|
String |
identifier
Structure identifier.
|
| Constructor and Description |
|---|
JrpcgenStruct(String identifier,
Vector elements)
Constructs a
JrpcgenStruct and sets the identifier and all
its attribute elements. |
public String identifier
public Vector elements
JrpcgenDeclaration.public JrpcgenStruct(String identifier, 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.Copyright © 2014. All Rights Reserved.