A B C D E F G I J K L M N O P R S T U X

A

arg - Variable in class XLangSource.GrammarSource.JJCalls
 
argStack - Static variable in class XLangSource.GrammarSource
 

B

beginColumn - Variable in class XLangSource.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class XLangSource.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.

C

callMe(java.io.InputStream) - Method in class XLangSource.GrammarSource
 
CONSTANT - Static variable in interface XLangSource.GrammarSourceConstants
 
createInputDeclElements() - Method in class XLangSource.JaxParse
Reads the required nodes
curLexState - Variable in class XLangSource.GrammarSourceTokenManager
 
currentToken - Variable in class XLangSource.ParseException
This is the last token that has been consumed successfully.

D

DataOverflowException - class XLangSource.DataOverflowException
This is an exception that will be thrown in case of data overflow
DataOverflowException() - Constructor for class XLangSource.DataOverflowException
 
DataOverflowException(java.lang.String) - Constructor for class XLangSource.DataOverflowException
 
DataUnderflowException - class XLangSource.DataUnderflowException
This is an exception that will be thrown in case of a data under flow
DataUnderflowException() - Constructor for class XLangSource.DataUnderflowException
 
DataUnderflowException(java.lang.String) - Constructor for class XLangSource.DataUnderflowException
 
DEBUG - Static variable in class XLangSource.Log
 
DEFAULT - Static variable in interface XLangSource.GrammarSourceConstants
 
defaultLexState - Variable in class XLangSource.GrammarSourceTokenManager
 
DIGIT - Static variable in interface XLangSource.GrammarSourceConstants
 
disable_tracing() - Method in class XLangSource.GrammarSource
 
DIVIDE - Static variable in interface XLangSource.GrammarSourceConstants
 
DivisionException - class XLangSource.DivisionException
This is an exception that will be thrown in case if there is a division by zero
DivisionException() - Constructor for class XLangSource.DivisionException
 
DivisionException(java.lang.String) - Constructor for class XLangSource.DivisionException
 
doc - Variable in class XLangSource.JaxParse
The default Document Object

E

element() - Method in class XLangSource.GrammarSource
 
enable_tracing() - Method in class XLangSource.GrammarSource
 
endColumn - Variable in class XLangSource.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class XLangSource.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface XLangSource.GrammarSourceConstants
 
EOL - Static variable in interface XLangSource.GrammarSourceConstants
 
ERROR - Static variable in class XLangSource.Log
 
errorCode - Variable in class XLangSource.TokenMgrError
Indicates the reason why the exception is thrown.
EXP - Static variable in interface XLangSource.GrammarSourceConstants
 
exp() - Method in class XLangSource.GrammarSource
 
expectedTokenSequences - Variable in class XLangSource.ParseException
Each entry in this array is an array of integers.
expressions - Variable in class XLangSource.Process
 
expressions() - Method in class XLangSource.JaxParse
 

F

first - Variable in class XLangSource.GrammarSource.JJCalls
 
FLOAT - Static variable in interface XLangSource.GrammarSourceConstants
 

G

gen - Variable in class XLangSource.GrammarSource.JJCalls
 
generateParseException() - Method in class XLangSource.GrammarSource
 
getFirstLevelNode(org.w3c.dom.NodeList,java.lang.String) - Method in class XLangSource.JaxParse
If there is a first level Node like John 1234 this method will return the Name Node if passed the customer Node List and the String name
getLHS(java.lang.String) - Method in class XLangSource.Process
Gets the Left Hand Side Evaluation
getMapper() - Static method in class XLangSource.Mapper
Gets mapped arithmetic operators
getMessage() - Method in class XLangSource.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class XLangSource.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class XLangSource.GrammarSource
 
getNextToken() - Method in class XLangSource.GrammarSourceTokenManager
 
getNodeList(java.lang.String) - Method in class XLangSource.JaxParse
Gets the Node List for a given Node Tag Name
getNodeValue(org.w3c.dom.Node) - Method in class XLangSource.JaxParse
If the Node Value is something like myName This method will return myName if we pass the Name Node
getRHS(java.lang.String) - Method in class XLangSource.Process
Evaluates the right Hand Side Expession
getToken(int) - Method in class XLangSource.GrammarSource
 
getTypes() - Static method in class XLangSource.Mapper
Gets mapped Variable Types
goOverExpressions() - Method in class XLangSource.Process
Go Over Individual Elements
GrammarSource - class XLangSource.GrammarSource
 
GrammarSource.JJCalls - class XLangSource.GrammarSource.JJCalls
 
GrammarSource(GrammarSourceTokenManager) - Constructor for class XLangSource.GrammarSource
 
GrammarSource(java.io.InputStream) - Constructor for class XLangSource.GrammarSource
 
GrammarSource(java.io.Reader) - Constructor for class XLangSource.GrammarSource
 
GrammarSourceConstants - interface XLangSource.GrammarSourceConstants
 
GrammarSourceTokenManager - class XLangSource.GrammarSourceTokenManager
 
GrammarSourceTokenManager(ASCII_CharStream,int) - Constructor for class XLangSource.GrammarSourceTokenManager
 
GrammarSourceTokenManager(ASCII_CharStream) - Constructor for class XLangSource.GrammarSourceTokenManager
 

I

image - Variable in class XLangSource.Token
The string image of the token.
INFO - Static variable in class XLangSource.Log
 
InputExpression(java.lang.String) - Static method in class XLangSource.JavaCCInput
 
INTEGER - Static variable in interface XLangSource.GrammarSourceConstants
 
INVALID_LEXICAL_STATE - Static variable in class XLangSource.TokenMgrError
Tried to change to an invalid lexical state.
InvalidTypeException - class XLangSource.InvalidTypeException
This is an exception that will be throw in case if there is an Invalid Type
InvalidTypeException() - Constructor for class XLangSource.InvalidTypeException
 
InvalidTypeException(java.lang.String) - Constructor for class XLangSource.InvalidTypeException
 

J

JavaCCInput - class XLangSource.JavaCCInput
This is the class that acts as a hook to the JavaCC generated classes.
JaxParse - class XLangSource.JaxParse
This is the class that could load a XLang File.
JaxParse(java.lang.String) - Constructor for class XLangSource.JaxParse
Creates new JaxParse Make sure that you give a file that Exists.
jj_input_stream - Variable in class XLangSource.GrammarSource
 
jj_nt - Variable in class XLangSource.GrammarSource
 
jjmatchedKind - Variable in class XLangSource.GrammarSourceTokenManager
 
jjmatchedPos - Variable in class XLangSource.GrammarSourceTokenManager
 
jjnewStateCnt - Variable in class XLangSource.GrammarSourceTokenManager
 
jjnextStates - Static variable in class XLangSource.GrammarSourceTokenManager
 
jjround - Variable in class XLangSource.GrammarSourceTokenManager
 
jjstrLiteralImages - Static variable in class XLangSource.GrammarSourceTokenManager
 
jjtoSkip - Static variable in class XLangSource.GrammarSourceTokenManager
 
jjtoToken - Static variable in class XLangSource.GrammarSourceTokenManager
 

K

kind - Variable in class XLangSource.Token
An integer that describes the kind of this token.

L

LEXICAL_ERROR - Static variable in class XLangSource.TokenMgrError
Lexical error occured.
lexStateNames - Static variable in class XLangSource.GrammarSourceTokenManager
 
Log - class XLangSource.Log
Simple Logging Class
log(java.lang.String,java.lang.String) - Static method in class XLangSource.Log
 
lookingAhead - Variable in class XLangSource.GrammarSource
 
LOOP_DETECTED - Static variable in class XLangSource.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.

M

main(java.lang.String[]) - Static method in class XLangSource.StartProcess
 
MalFormedExpressionException - class XLangSource.MalFormedExpressionException
This is an exception that will be thrown in case if there is a Malformed Expression
MalFormedExpressionException() - Constructor for class XLangSource.MalFormedExpressionException
 
MalFormedExpressionException(java.lang.String) - Constructor for class XLangSource.MalFormedExpressionException
 
Mapper - class XLangSource.Mapper
This class provides some simple mapping functionality to map the JavaCC Input to the XMl Input
mapper - Static variable in class XLangSource.Mapper
 
mapper - Static variable in class XLangSource.Process
 
MINUS - Static variable in interface XLangSource.GrammarSourceConstants
 
modifyValues(java.lang.String,double) - Method in class XLangSource.Process
Modify each Value
MULTIPLY - Static variable in interface XLangSource.GrammarSourceConstants
 

N

nameType - Variable in class XLangSource.Process
 
nameType() - Method in class XLangSource.JaxParse
 
nameValue - Variable in class XLangSource.Process
 
nameValue() - Method in class XLangSource.JaxParse
 
newToken(int) - Static method in class XLangSource.Token
Returns a new Token object, by default.
next - Variable in class XLangSource.GrammarSource.JJCalls
 
next - Variable in class XLangSource.Token
A reference to the next regular (non-special) token from the input stream.

O

one_line() - Method in class XLangSource.GrammarSource
 

P

ParseException - class XLangSource.ParseException
This exception is thrown when parse errors are encountered.
ParseException() - Constructor for class XLangSource.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(java.lang.String) - Constructor for class XLangSource.ParseException
 
ParseException(Token,int[][],java.lang.String[]) - Constructor for class XLangSource.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
PLUS - Static variable in interface XLangSource.GrammarSourceConstants
 
Process - class XLangSource.Process
This class contains the logic to actually the start the work.
processInputExpression(java.lang.String) - Method in class XLangSource.Process
Process each expression

R

reformat(java.lang.String) - Method in class XLangSource.Process
Reformats an expression
ReInit(ASCII_CharStream,int) - Method in class XLangSource.GrammarSourceTokenManager
 
ReInit(ASCII_CharStream) - Method in class XLangSource.GrammarSourceTokenManager
 
ReInit(GrammarSourceTokenManager) - Method in class XLangSource.GrammarSource
 
ReInit(java.io.InputStream) - Method in class XLangSource.GrammarSource
 
ReInit(java.io.Reader) - Method in class XLangSource.GrammarSource
 

S

specialToken - Variable in class XLangSource.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
start() - Method in class XLangSource.Process
Start up the process
StartProcess - class XLangSource.StartProcess
This is the class that starts up the whole process.
STATIC_LEXER_ERROR - Static variable in class XLangSource.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
sum() - Method in class XLangSource.GrammarSource
 
SwitchTo(int) - Method in class XLangSource.GrammarSourceTokenManager
 

T

term() - Method in class XLangSource.GrammarSource
 
time() - Static method in class XLangSource.Log
 
token - Variable in class XLangSource.GrammarSource
 
Token - class XLangSource.Token
Describes the input token stream.
token_source - Variable in class XLangSource.GrammarSource
 
tokenImage - Variable in class XLangSource.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface XLangSource.GrammarSourceConstants
 
TokenMgrError - class XLangSource.TokenMgrError
 
TokenMgrError() - Constructor for class XLangSource.TokenMgrError
 
TokenMgrError(boolean,int,int,int,java.lang.String,char,int) - Constructor for class XLangSource.TokenMgrError
 
TokenMgrError(java.lang.String,int) - Constructor for class XLangSource.TokenMgrError
 
toString() - Method in class XLangSource.Token
Returns the image.
total - Static variable in class XLangSource.GrammarSource
 
types - Static variable in class XLangSource.Mapper
 
types - Static variable in class XLangSource.Process
 

U

unary() - Method in class XLangSource.GrammarSource
 

X

XLangSource - package XLangSource
 
XLangSource - Class Diagram in XLangSource
 



Hosted by www.Geocities.ws

1