Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G I J K L M N O P Q R S T U W

A

ASCII_CharStream - class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream.
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
ASCII_CharStream(Reader, int, int, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ASCII_CharStream(Reader, int, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ASCII_CharStream(InputStream, int, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
addEscapes(String) - Static method in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
add_escapes(String) - Method in class org.objectstyle.cayenne.wocompat.parser.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
adjustBeginLineColumn(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
Adjusts line and column numbers for the start of a token.
array() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
available - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

B

BeginToken() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
backup(int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
beginColumn - Variable in class org.objectstyle.cayenne.wocompat.parser.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 org.objectstyle.cayenne.wocompat.parser.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.
bufcolumn - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
buffer - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
bufline - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
bufpos - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
bufsize - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

C

column - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
curChar - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
curLexState - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
currentToken - Variable in class org.objectstyle.cayenne.wocompat.parser.ParseException
This is the last token that has been consumed successfully.

D

DEFAULT - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
Done() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
defaultLexState - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
dictionary() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
disable_tracing() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 

E

EOF - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
ExpandBuff(boolean) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
enable_tracing() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
endColumn - Variable in class org.objectstyle.cayenne.wocompat.parser.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 org.objectstyle.cayenne.wocompat.parser.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.
eol - Variable in class org.objectstyle.cayenne.wocompat.parser.ParseException
The end of line string for this machine.
errorCode - Variable in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Indicates the reason why the exception is thrown.
expectedTokenSequences - Variable in class org.objectstyle.cayenne.wocompat.parser.ParseException
Each entry in this array is an array of integers.

F

FLOAT - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
FillBuff() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

G

GetImage() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
GetSuffix(int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
generateParseException() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
getBeginColumn() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
getBeginLine() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
getEndColumn() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
getEndLine() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
getMessage() - Method in class org.objectstyle.cayenne.wocompat.parser.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
getNextToken() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
getToken(int) - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 

I

INT - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
INVALID_LEXICAL_STATE - Static variable in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Tried to change to an invalid lexical state.
image - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
image - Variable in class org.objectstyle.cayenne.wocompat.parser.Token
The string image of the token.
inBuf - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
inputStream - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
input_stream - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 

J

jjAddStates(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjCheckNAdd(int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjCheckNAddStates(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjCheckNAddTwoStates(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjFillToken() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjMoveNfa_0(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjMoveNfa_1(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjMoveStringLiteralDfa0_0() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjMoveStringLiteralDfa0_1() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjMoveStringLiteralDfa1_1(long) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjStartNfa_1(int, long) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjStopAtPos(int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjStopStringLiteralDfa_1(int, long) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jj_consume_token(int) - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_expentries - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_expentry - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_gen - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_input_stream - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_kind - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_la1 - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_la1_0 - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_nt - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_ntk - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jj_ntk() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
jjbitVec0 - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjimageLen - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjmatchedKind - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjmatchedPos - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjnewLexState - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjnewStateCnt - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjnextStates - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjround - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjrounds - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjstateSet - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjstrLiteralImages - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjtoMore - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjtoSkip - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
jjtoToken - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 

K

kind - Variable in class org.objectstyle.cayenne.wocompat.parser.Token
An integer that describes the kind of this token.

L

LEXICAL_ERROR - Static variable in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Lexical error occured.
LOOP_DETECTED - Static variable in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LexicalError(boolean, int, int, int, String, char) - Static method in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
leaf() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
lengthOfMatch - Variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
lexStateNames - Static variable in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
line - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

M

MoreLexicalActions() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
main(String[]) - Static method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
maxNextCharInd - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

N

newToken(int) - Static method in class org.objectstyle.cayenne.wocompat.parser.Token
Returns a new Token object, by default.
next - Variable in class org.objectstyle.cayenne.wocompat.parser.Token
A reference to the next regular (non-special) token from the input stream.

O

object() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
org.objectstyle.cayenne.wocompat.parser - package org.objectstyle.cayenne.wocompat.parser
Contains classes that interface Cayenne with Apple's WebObjects.

P

ParseException - exception org.objectstyle.cayenne.wocompat.parser.ParseException.
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for class org.objectstyle.cayenne.wocompat.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ParseException
 
Parser - class org.objectstyle.cayenne.wocompat.parser.Parser.
 
Parser() - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
Parser(String) - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
Parser(File) - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
Parser(InputStream) - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
Parser(Reader) - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
Parser(ParserTokenManager) - Constructor for class org.objectstyle.cayenne.wocompat.parser.Parser
 
ParserConstants - interface org.objectstyle.cayenne.wocompat.parser.ParserConstants.
 
ParserTokenManager - class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager.
 
ParserTokenManager(ASCII_CharStream) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
ParserTokenManager(ASCII_CharStream, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
parseStrings - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
prevCharIsCR - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
prevCharIsLF - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
propertyList() - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 

Q

QUOTED_STRING - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 

R

ReInit(Reader, int, int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ReInit(Reader, int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ReInit(InputStream, int, int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ReInit(InputStream, int, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
ReInit(InputStream) - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
ReInit(Reader) - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
ReInit(ParserTokenManager) - Method in class org.objectstyle.cayenne.wocompat.parser.Parser
 
ReInit(ASCII_CharStream) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
ReInit(ASCII_CharStream, int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
ReInitRounds() - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
readChar() - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

S

STATIC_LEXER_ERROR - Static variable in class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
An attempt wass made to create a second instance of a static token manager.
STRING - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
SwitchTo(int) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
specialConstructor - Variable in class org.objectstyle.cayenne.wocompat.parser.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class org.objectstyle.cayenne.wocompat.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

T

Token - class org.objectstyle.cayenne.wocompat.parser.Token.
Describes the input token stream.
Token() - Constructor for class org.objectstyle.cayenne.wocompat.parser.Token
 
TokenLexicalActions(Token) - Method in class org.objectstyle.cayenne.wocompat.parser.ParserTokenManager
 
TokenMgrError - error org.objectstyle.cayenne.wocompat.parser.TokenMgrError.
 
TokenMgrError() - Constructor for class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(String, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for class org.objectstyle.cayenne.wocompat.parser.TokenMgrError
 
toString() - Method in class org.objectstyle.cayenne.wocompat.parser.Token
Returns the image.
token - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 
tokenBegin - Variable in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 
tokenImage - Variable in class org.objectstyle.cayenne.wocompat.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 
token_source - Variable in class org.objectstyle.cayenne.wocompat.parser.Parser
 

U

UpdateLineColumn(char) - Method in class org.objectstyle.cayenne.wocompat.parser.ASCII_CharStream
 

W

WithinQuotedString - Static variable in interface org.objectstyle.cayenne.wocompat.parser.ParserConstants
 

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