| Package | Description |
|---|---|
| org.acplt.oncrpc.apps.jrpcgen |
jrpcgen for ONC/RPC Java package.
|
| Modifier and Type | Method and Description |
|---|---|
JrpcgenContext |
jrpcgen.context() |
JrpcgenContext |
JrpcgenConst.getContext()
Delivers the context the constant definition belongs to.
|
static JrpcgenContext |
JrpcgenContext.open(JrpcgenOptions options,
File xFile,
String jrpcgenVersion) |
static JrpcgenContext |
JrpcgenContext.open(JrpcgenOptions options,
String xfilename,
String jrpcgenVersion) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JrpcgenTypeInfo.generateCodingSupplement(JrpcgenContext context) |
static String |
JrpcgenConst.getAsCaseValue(String constantExpression,
String forEnclosure,
JrpcgenContext context)
Delivers the passed constant expression as a case value, which is intended
to be used within a switch-case-statement.
|
static String |
JrpcgenConst.getAsRValue(String constantExpression,
JrpcgenContext context)
Delivers the passed constant expression as an r-value.
|
static String |
JrpcgenConst.getAsRValue(String constantExpression,
String forEnclosure,
JrpcgenContext context)
Delivers the passed constant expression as an r-value.
|
static JrpcgenTypeInfo |
JrpcgenTypeInfo.getTypeInfo(JrpcgenContext context,
String type) |
static JrpcgenJavaFile |
JrpcgenJavaFile.open(String classname,
JrpcgenContext context) |
void |
JrpcgenUnionArm.startCase(JrpcgenJavaFile javaFile,
String enclosure,
JrpcgenContext context) |
void |
JrpcgenUnionArm.writeConstructorArm(JrpcgenJavaFile javaFile,
String valueName,
JrpcgenContext context) |
void |
JrpcgenUnionArm.writeDecodingPart(JrpcgenJavaFile javaFile,
String enclosure,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeDecodingPart(JrpcgenJavaFile javaFile,
String enclosure,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeDecodingPart(JrpcgenJavaFile javaFile,
String enclosure,
String oref,
JrpcgenContext context) |
void |
JrpcgenUnionArm.writeEncodingPart(JrpcgenJavaFile javaFile,
String enclosure,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeEncodingPart(JrpcgenJavaFile javaFile,
String enclosure,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeEncodingPart(JrpcgenJavaFile javaFile,
String enclosure,
String oref,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeEqualsExpression(JrpcgenJavaFile javaFile,
boolean negate,
JrpcgenContext context) |
void |
JrpcgenUnionArm.writeEqualsPart(JrpcgenJavaFile javaFile,
JrpcgenContext context) |
void |
JrpcgenDeclaration.writeEqualsPart(JrpcgenJavaFile javaFile,
JrpcgenContext context) |
void |
JrpcgenUnionArm.writeToStringPart(JrpcgenJavaFile javaFile,
JrpcgenContext context) |
void |
JrpcgenComplexType.writeXdrVectorCodingMethods(JrpcgenJavaFile javaFile,
JrpcgenContext context)
Writes static encoding and decoding methods for fixed and dynamic vectors of the mapping
to the passed Java file.
|
void |
JrpcgenEnum.writeXdrVectorCodingMethods(JrpcgenJavaFile javaFile,
JrpcgenContext context) |
| Constructor and Description |
|---|
Element(JrpcgenContext context,
String identifier,
String value) |
jrpcgen(JrpcgenContext context) |
JrpcgenConst(JrpcgenContext context,
String identifier,
String value)
Constructs a
JrpcgenConst and sets the identifier and
the associated value. |
JrpcgenConst(JrpcgenContext context,
String identifier,
String value,
String enclosure)
Constructs a
JrpcgenConst and sets the identifier and
the associated value of an enumeration etc. |
JrpcgenEnum(JrpcgenContext context,
String identifier,
JrpcgenConst.Table elements)
Constructs a
JrpcgenEnum and sets the identifier and all
its enumeration elements. |
JrpcgenModule(JrpcgenContext context) |
JrpcgenStruct(JrpcgenContext context,
String identifier,
JrpcgenDeclaration.Table elements)
Constructs a
JrpcgenStruct and sets the identifier and all
its attribute elements. |
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. |
Copyright © 2025. All rights reserved.