| Package | Description |
|---|---|
| org.acplt.oncrpc.apps.jrpcgen |
jrpcgen for ONC/RPC Java package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JrpcgenItemTable<T extends JrpcgenItem>
An item table collects items sharing the same scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JrpcgenComplexType
The complex type class is an abstract base class for complex type mappings
such as structs, unions, enumerations and type definitions.
|
class |
JrpcgenConst
The
JrpcgenConst class represents a single constant defined
in an rpcgen "x"-file. |
class |
JrpcgenDeclaration
The
JrpcgenDeclaration class represents a single declaration
from an rpcgen "x"-file. |
class |
JrpcgenEnum
The
JrpcgenEnum class represents a single enumeration
from an rpcgen "x"-file. |
static class |
JrpcgenEnum.Element |
class |
JrpcgenStruct
The
JrpcgenStruct class represents a single structure defined
in an rpcgen "x"-file. |
class |
JrpcgenTypedefinition |
class |
JrpcgenUnion
The
JrpcgenUnion class represents a single union defined
in an rpcgen "x"-file. |
class |
JrpcgenXdrDefinition
An XDR definition represents a constant definition or one of the
complex type definitions.
|
| Modifier and Type | Method and Description |
|---|---|
<U extends JrpcgenItem> |
JrpcgenItemTable.getItem(Class<U> clazz,
String identifier)
Returns the item based on the passed type and mapped to the passed
identifier.
|
<U extends JrpcgenItem> |
JrpcgenItemTable.iterator(Class<U> clazz)
Returns an iterator to the items of this table, which are instances
of the passed type.
|
Copyright © 2025. All rights reserved.