A B C D E F G H I J L O P Q R S T U V X _

A

action_obj - Variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Instance of action encapsulation class.
action_table() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Access to parse-action table.

B

baseClassname - Variable in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Name of class containing global constants.
baseEnDecodingSyllable(JrpcgenDeclaration) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Return the en-/decoding syllable XXX appropriate for a base data type including arrays of base data types.
BOOL - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

C

CASE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
CHAR - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
checkForEnumValue(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Checks whether a given value references an identifier and then returns the qualified identifier (interface where the value is defined in) or simply the value in case of an integer literal.
checkForSpecials(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Checks whether a given data type identifier refers to an enumeration type and then returns Java's int data type instead.
closeJavaSourceFile(PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Closes the source code file previously opened with createJavaSourceFile.
codingMethod(JrpcgenDeclaration, boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Return en- or decoding method appropriate for a struct or union member.
codingMethod(JrpcgenDeclaration, boolean, String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Return en- or decoding method appropriate for a struct or union member.
COLON - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
COMMA - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
CONST - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
createJavaSourceFile(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Creates a new source code file for a Java class based on its class name.
createJavaSourceFile(String, boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Creates a new source code file for a Java class based on its class name.
createSHA(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Create a new hash function object and initialize it using a class and package name.

D

DEFAULT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
do_action(int, lr_parser, Stack, int) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Invoke a user supplied parse action.
doParse() - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
The real parsing and code generation part.
DOUBLE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
dumpClasses() - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate source code files for all structures, unions and enumerations as well as constants.
dumpClient(JrpcgenProgramInfo) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate source code for the client stub proxy object.
dumpClientStubMethods(JrpcgenVersionInfo, PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate source code for client-side stub methods for a particular remote program version.
dumpConstantAndDependency(JrpcgenConst) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Dump the value of a constant and optionally first dump all constants it depends on.
dumpConstants() - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate source code file containing all constants defined in the x-file as well as all implicitely defined constants, like program, version and procedure numbers, etc.
dumpEnum(JrpcgenEnum) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate a source code file containing all elements of an enumeration defined in a x-file.
dumpFiles(Hashtable) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Create the source code files based on the parsed information from the x-file.
dumpServer(JrpcgenProgramInfo) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
dumpServerStubMethodCall(JrpcgenProcedureInfo, PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
dumpServerStubMethods(JrpcgenVersionInfo, PrintWriter) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate public abstract method signatures for all remote procedure calls.
dumpStruct(JrpcgenStruct) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate a source code file containing all elements of a struct defined in a x-file.
dumpTypedef(JrpcgenDeclaration) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate a source code file containing a wrapper class for a typedef defined in a x-file.
dumpUnion(JrpcgenUnion) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Generate a source code file containing all elements of a union defined in a x-file.
dumpUnionClasses(JrpcgenUnion) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 

E

ENUM - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
EOF - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
EOF_sym() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
EOF Symbol index.
EQUAL - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
error - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
error_sym() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
error Symbol index.
execute() - Method in class org.clazzes.xdr.maven.GenSourcesMojo
 

F

FLOAT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

G

GenSourcesMojo - Class in org.clazzes.xdr.maven
This plugin compiles xdr description *.x into java source files.
GenSourcesMojo() - Constructor for class org.clazzes.xdr.maven.GenSourcesMojo
 

H

HYPER - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

I

IDENTIFIER - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
init_actions() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Action encapsulation object initializer.
INT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
INTEGER_LITERAL - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
isUnionAsSingleClass() - Method in class org.clazzes.xdr.maven.GenSourcesMojo
 
isVisitorUsesReflection() - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 

J

JavaSourceGenerator - Class in org.acplt.oncrpc.apps.jrpcgen
 
JavaSourceGenerator() - Constructor for class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
JrpcgenParser - Class in org.acplt.oncrpc.apps.jrpcgen
CUP v0.11a beta 20060608 generated parser.
JrpcgenParser() - Constructor for class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Default constructor.
JrpcgenParser(Scanner) - Constructor for class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Constructor which sets the default scanner.
JrpcgenParser(Scanner, SymbolFactory) - Constructor for class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Constructor which sets the default scanner.
JrpcgenSymbols - Interface in org.acplt.oncrpc.apps.jrpcgen
CUP generated interface containing symbol constants.

L

LANGLE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
LBRACE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
LBRACKET - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
log - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
The logger.
LONG - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
LPAREN - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

O

OPAQUE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
org.acplt.oncrpc.apps.jrpcgen - package org.acplt.oncrpc.apps.jrpcgen
 
org.clazzes.xdr.maven - package org.clazzes.xdr.maven
 

P

production_table() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Access to production table.
PROGRAM - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

Q

QUADRUPLE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

R

RANGLE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
RBRACE - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
RBRACKET - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
reduce_table() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Access to reduce_goto table.
report_error(String, Object) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
 
report_error(String, int) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
 
report_fatal_error(String, Object) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
 
RPAREN - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

S

SEMICOLON - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
setAdditionalImports(List<String>) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setDestinationDir(File) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setEnumType(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setMakeBean(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setMakeSerializable(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setNoBackups(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setOneClassForUnions(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setPackageName(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setSuperClassName(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setUnionAsSingleClass(boolean) - Method in class org.clazzes.xdr.maven.GenSourcesMojo
 
setUseXdrStream(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setVerbose(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setVersionString(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setVisitorName(String) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setVisitorUsesReflection(boolean) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
setXFile(File) - Method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
 
SHORT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
STAR - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
start_production() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Indicates start production.
start_state() - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Indicates start state.
STRING - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
STRUCT - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
SWITCH - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
syntax_error(Symbol) - Method in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
 

T

TYPEDEF - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

U

UNION - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
UNSIGNED - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

V

VERSION - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 
VOID - Static variable in interface org.acplt.oncrpc.apps.jrpcgen.JrpcgenSymbols
 

X

xdrBaseType(String) - Static method in class org.acplt.oncrpc.apps.jrpcgen.JavaSourceGenerator
Given a name of a data type return the name of the equivalent Java data type (if it exists), otherwise return null.

_

_action_table - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Parse-action table.
_production_table - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
Production table.
_reduce_table - Static variable in class org.acplt.oncrpc.apps.jrpcgen.JrpcgenParser
reduce_goto table.

A B C D E F G H I J L O P Q R S T U V X _

Copyright © 2009. All Rights Reserved.