| Package | Description |
|---|---|
| org.acplt.oncrpc.apps.jrpcgen |
jrpcgen for ONC/RPC Java package.
|
| Modifier and Type | Field and Description |
|---|---|
JrpcgenDeclaration |
JrpcgenUnionArm.element
Attribute element of descriminated arm (of class
JrpcgenDeclaration). |
| Modifier and Type | Method and Description |
|---|---|
JrpcgenDeclaration |
JrpcgenTypedefinition.getDeclaration() |
JrpcgenDeclaration |
JrpcgenUnion.getDiscriminant() |
JrpcgenDeclaration |
JrpcgenModule.newDynamicVectorDeclaration(String identifier,
String type,
String size) |
JrpcgenDeclaration |
JrpcgenModule.newFixedOpaqueDeclaration(String identifier,
String size) |
JrpcgenDeclaration |
JrpcgenModule.newFixedVectorDeclaration(String identifier,
String type,
String size) |
JrpcgenDeclaration |
JrpcgenModule.newIndirectionDeclaration(String identifier,
String type) |
JrpcgenDeclaration |
JrpcgenModule.newOpaqueDeclaration(String identifier,
String size) |
JrpcgenDeclaration |
JrpcgenModule.newScalarDeclaration(String identifier,
String type) |
JrpcgenDeclaration |
JrpcgenModule.newStringDeclaration(String identifier,
String size) |
JrpcgenDeclaration |
JrpcgenModule.newVoidDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
JrpcgenTypedefinition |
JrpcgenModule.addTypedefinition(JrpcgenDeclaration declaration) |
JrpcgenUnion |
JrpcgenModule.addUnion(String identifier,
JrpcgenDeclaration discriminant,
Vector<JrpcgenUnionArm> arms) |
| Constructor and Description |
|---|
JrpcgenTypedefinition(JrpcgenDeclaration declaration,
JrpcgenContext context) |
JrpcgenUnion(JrpcgenContext context,
String identifier,
JrpcgenDeclaration discriminant,
Vector<JrpcgenUnionArm> elements)
Constructs a
JrpcgenUnion and sets the identifier, the
descrimant element as well as all attribute elements. |
JrpcgenUnionArm(String value,
JrpcgenDeclaration element)
Constructs a
JrpcgenUnionArm and sets decrimated arm's
value and the associated attribute element. |
Copyright © 2025. All rights reserved.