- All Known Implementing Classes:
- JrpcgenComplexType, JrpcgenConst, JrpcgenDeclaration, JrpcgenEnum, JrpcgenEnum.Element, JrpcgenStruct, JrpcgenTypedefinition, JrpcgenUnion, JrpcgenXdrDefinition
public interface JrpcgenItem
An item represents a part of an RPC/XDR specification. Characteristic
to an item is an identifier. For example a constant, an enumeration, an enumeration
element as well as a structure and a union are items. Within the context of
an RPC/XDR specification no two items within the same scope share the same
identifier.
- Author:
- Harald Wirths <hwirths@nde.ag>