| Package | Description |
|---|---|
| org.acplt.oncrpc.apps.jrpcgen |
jrpcgen for ONC/RPC Java package.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JrpcgenBaseType
The base type class maps base types and implements the type mapping
interface.
|
class |
JrpcgenComplexType
The complex type class is an abstract base class for complex type mappings
such as structs, unions, enumerations and type definitions.
|
class |
JrpcgenEnum
The
JrpcgenEnum class represents a single enumeration
from an rpcgen "x"-file. |
class |
JrpcgenStruct
The
JrpcgenStruct class represents a single structure defined
in an rpcgen "x"-file. |
class |
JrpcgenTypedefinition |
class |
JrpcgenTypeInfo |
class |
JrpcgenUnion
The
JrpcgenUnion class represents a single union defined
in an rpcgen "x"-file. |
| Modifier and Type | Method and Description |
|---|---|
JrpcgenTypeMapping |
JrpcgenDeclaration.getTypeMapping() |
| Constructor and Description |
|---|
JrpcgenDeclaration(String identifier,
JrpcgenTypeMapping typeMapping)
Constructs a
JrpcgenDeclaration and sets the identifier
and its data type. |
JrpcgenDeclaration(String identifier,
JrpcgenTypeMapping typeMapping,
JrpcgenDeclaration.Kind kind,
String size)
Constructs a
JrpcgenDeclaration and sets the identifier,
its data type, kind and size of vector. |
Copyright © 2025. All rights reserved.