Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
A
add_escapes(String)
- Method in exception org.apache.geronimo.gshell.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.
addEscapes(String)
- Static method in error org.apache.geronimo.gshell.parser.
TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Method to adjust line and column numbers for the start of a token.
argument()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
ASTCommandLine
- Class in
org.apache.geronimo.gshell.parser
ASTCommandLine(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTCommandLine
ASTCommandLine(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTCommandLine
ASTExpression
- Class in
org.apache.geronimo.gshell.parser
ASTExpression(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTExpression
ASTExpression(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTExpression
ASTOpaqueString
- Class in
org.apache.geronimo.gshell.parser
Represents an
opaque
argument.
ASTOpaqueString(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTOpaqueString
ASTOpaqueString(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTOpaqueString
ASTPlainString
- Class in
org.apache.geronimo.gshell.parser
Represents a
plain
unquoted argument.
ASTPlainString(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTPlainString
ASTPlainString(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTPlainString
ASTProcess
- Class in
org.apache.geronimo.gshell.parser
ASTProcess(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTProcess
ASTProcess(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTProcess
ASTQuotedString
- Class in
org.apache.geronimo.gshell.parser
Represents a quoted (with double quotes) argument.
ASTQuotedString(int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTQuotedString
ASTQuotedString(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
ASTQuotedString
B
backup(int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Backup a number of characters.
beginColumn
- Variable in class org.apache.geronimo.gshell.parser.
Token
The column number of the first character of this Token.
beginLine
- Variable in class org.apache.geronimo.gshell.parser.
Token
The line number of the first character of this Token.
BeginToken()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Start.
bufcolumn
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
buffer
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
bufline
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
bufpos
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Position in buffer.
C
children
- Variable in class org.apache.geronimo.gshell.parser.
SimpleNode
childrenAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
Accept the visitor.
clearNodeScope(Node)
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
closeNodeScope(Node, int)
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
closeNodeScope(Node, boolean)
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
column
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
commandLine()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
CommandLineParser
- Class in
org.apache.geronimo.gshell.parser
Command line parser.
CommandLineParser()
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParser
CommandLineParser(InputStream)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParser
Constructor with InputStream.
CommandLineParser(InputStream, String)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParser
Constructor with InputStream and supplied encoding
CommandLineParser(Reader)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParser
Constructor.
CommandLineParser(CommandLineParserTokenManager)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParser
Constructor with generated Token Manager.
CommandLineParserConstants
- Interface in
org.apache.geronimo.gshell.parser
Token literal values and constants.
CommandLineParserTokenManager
- Class in
org.apache.geronimo.gshell.parser
Token Manager.
CommandLineParserTokenManager(SimpleCharStream)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Constructor.
CommandLineParserTokenManager(SimpleCharStream, int)
- Constructor for class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Constructor.
CommandLineParserTreeConstants
- Interface in
org.apache.geronimo.gshell.parser
CommandLineParserVisitor
- Interface in
org.apache.geronimo.gshell.parser
COMMENT
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
createThread(Runnable)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
curChar
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
currentToken
- Variable in exception org.apache.geronimo.gshell.parser.
ParseException
This is the last token that has been consumed successfully.
D
debugStream
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Debug output.
DEFAULT
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
Lexical state.
disable_tracing()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Disable tracing.
Done()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reset buffer when finished.
dump(String)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
E
enable_tracing()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Enable tracing.
endColumn
- Variable in class org.apache.geronimo.gshell.parser.
Token
The column number of the last character of this Token.
endLine
- Variable in class org.apache.geronimo.gshell.parser.
Token
The line number of the last character of this Token.
EOF
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
End of File.
eol
- Variable in exception org.apache.geronimo.gshell.parser.
ParseException
The end of line string for this machine.
ExecutingVisitor
- Class in
org.apache.geronimo.gshell.parser.visitor
Visitor which will execute command-lines as parsed.
ExecutingVisitor(ShellContext, CommandLineExecutor)
- Constructor for class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
ExpandBuff(boolean)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
expectedTokenSequences
- Variable in exception org.apache.geronimo.gshell.parser.
ParseException
Each entry in this array is an array of integers.
expression()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
F
FillBuff()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
G
generateParseException()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Generate ParseException.
getBeginColumn()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get token beginning column number.
getBeginLine()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get token beginning line number.
getColumn()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Deprecated.
getEndColumn()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get token end column number.
getEndLine()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get token end line number.
GetImage()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get token literal value.
getLine()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Deprecated.
getMessage()
- Method in exception org.apache.geronimo.gshell.parser.
ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage()
- Method in error org.apache.geronimo.gshell.parser.
TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Get the next Token.
getNextToken()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Get the next Token.
GetSuffix(int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Get the suffix.
getTabSize(int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
getToken(int)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Get the specific Token.
getToken()
- Method in class org.apache.geronimo.gshell.parser.
StringSupport
getValue()
- Method in class org.apache.geronimo.gshell.parser.
ASTOpaqueString
getValue()
- Method in class org.apache.geronimo.gshell.parser.
ASTQuotedString
getValue()
- Method in class org.apache.geronimo.gshell.parser.
StringSupport
getValue()
- Method in class org.apache.geronimo.gshell.parser.
Token
An optional attribute value of the Token.
I
id
- Variable in class org.apache.geronimo.gshell.parser.
SimpleNode
image
- Variable in class org.apache.geronimo.gshell.parser.
Token
The string image of the token.
inBuf
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
input_stream
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
inputStream
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
J
jj_nt
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParser
Next token.
jjFillToken()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
jjstrLiteralImages
- Static variable in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Token literal values.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTCommandLine
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTExpression
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTOpaqueString
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTPlainString
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTProcess
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
ASTQuotedString
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in interface org.apache.geronimo.gshell.parser.
Node
Accept the visitor.
jjtAccept(CommandLineParserVisitor, Object)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
Accept the visitor.
jjtAddChild(Node, int)
- Method in interface org.apache.geronimo.gshell.parser.
Node
This method tells the node to add its argument to the node's list of children.
jjtAddChild(Node, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtClose()
- Method in interface org.apache.geronimo.gshell.parser.
Node
This method is called after all the child nodes have been added.
jjtClose()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
JJTCOMMANDLINE
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
JJTCommandLineParserState
- Class in
org.apache.geronimo.gshell.parser
JJTCommandLineParserState()
- Constructor for class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
JJTEXPRESSION
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
jjtGetChild(int)
- Method in interface org.apache.geronimo.gshell.parser.
Node
This method returns a child node.
jjtGetChild(int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtGetNumChildren()
- Method in interface org.apache.geronimo.gshell.parser.
Node
Return the number of children the node has.
jjtGetNumChildren()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtGetParent()
- Method in interface org.apache.geronimo.gshell.parser.
Node
jjtGetParent()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtGetValue()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtNodeName
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
JJTOPAQUESTRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
jjtOpen()
- Method in interface org.apache.geronimo.gshell.parser.
Node
This method is called after the node has been made the current node.
jjtOpen()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
JJTPLAINSTRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
JJTPROCESS
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
JJTQUOTEDSTRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
jjtree
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParser
jjtSetParent(Node)
- Method in interface org.apache.geronimo.gshell.parser.
Node
This pair of methods are used to inform the node of its parent.
jjtSetParent(Node)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
jjtSetValue(Object)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
JJTVOID
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserTreeConstants
K
kind
- Variable in class org.apache.geronimo.gshell.parser.
Token
An integer that describes the kind of this token.
L
LexicalError(boolean, int, int, int, String, char)
- Static method in error org.apache.geronimo.gshell.parser.
TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames
- Static variable in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Lexer state names.
line
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
LoggingVisitor
- Class in
org.apache.geronimo.gshell.parser.visitor
Visitor whichs logs nodes in the tree.
LoggingVisitor()
- Constructor for class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
LoggingVisitor(Logger)
- Constructor for class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
LoggingVisitor(Logger, LoggingVisitor.Level)
- Constructor for class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
LoggingVisitor.Level
- Enum in
org.apache.geronimo.gshell.parser.visitor
M
maxNextCharInd
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
N
newToken(int, String)
- Static method in class org.apache.geronimo.gshell.parser.
Token
Returns a new Token object, by default.
newToken(int)
- Static method in class org.apache.geronimo.gshell.parser.
Token
next
- Variable in class org.apache.geronimo.gshell.parser.
Token
A reference to the next regular (non-special) token from the input stream.
Node
- Interface in
org.apache.geronimo.gshell.parser
nodeArity()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
nodeCreated()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
O
OPAQUE_STRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
opaqueString()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
openNodeScope(Node)
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
org.apache.geronimo.gshell.parser
- package org.apache.geronimo.gshell.parser
org.apache.geronimo.gshell.parser.visitor
- package org.apache.geronimo.gshell.parser.visitor
P
parent
- Variable in class org.apache.geronimo.gshell.parser.
SimpleNode
parse(Reader)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
ParseException
- Exception in
org.apache.geronimo.gshell.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[])
- Constructor for exception org.apache.geronimo.gshell.parser.
ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException()
- Constructor for exception org.apache.geronimo.gshell.parser.
ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String)
- Constructor for exception org.apache.geronimo.gshell.parser.
ParseException
Constructor with message.
parser
- Variable in class org.apache.geronimo.gshell.parser.
SimpleNode
peekNode()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
PIPE
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
plainString()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
popNode()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
prevCharIsCR
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
prevCharIsLF
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
process()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
pushNode(Node)
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
Q
QUOTED_STRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
quotedString()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
R
readChar()
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Read a character.
ReInit(InputStream)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Reinitialise.
ReInit(InputStream, String)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Reinitialise.
ReInit(Reader)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Reinitialise.
ReInit(CommandLineParserTokenManager)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
Reinitialise.
ReInit(SimpleCharStream)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(Reader, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(Reader)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream, String)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
Reinitialise.
reset()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
rootNode()
- Method in class org.apache.geronimo.gshell.parser.
JJTCommandLineParserState
S
SEMICOLON
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
setDebugStream(PrintStream)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Set debug output.
setTabSize(int)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
setToken(Token)
- Method in class org.apache.geronimo.gshell.parser.
StringSupport
SimpleCharStream
- Class in
org.apache.geronimo.gshell.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(Reader)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleCharStream(InputStream)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleCharStream
Constructor.
SimpleNode
- Class in
org.apache.geronimo.gshell.parser
SimpleNode(int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleNode
SimpleNode(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
SimpleNode
specialConstructor
- Variable in exception org.apache.geronimo.gshell.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.apache.geronimo.gshell.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.apache.geronimo.gshell.parser.
SimpleCharStream
Whether parser is static.
string()
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParser
STRING
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
RegularExpression Id.
StringSupport
- Class in
org.apache.geronimo.gshell.parser
Support for string types.
StringSupport(int)
- Constructor for class org.apache.geronimo.gshell.parser.
StringSupport
StringSupport(CommandLineParser, int)
- Constructor for class org.apache.geronimo.gshell.parser.
StringSupport
SwitchTo(int)
- Method in class org.apache.geronimo.gshell.parser.
CommandLineParserTokenManager
Switch to specified lex state.
T
tabSize
- Variable in class org.apache.geronimo.gshell.parser.
SimpleCharStream
token
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParser
Current token.
token
- Variable in class org.apache.geronimo.gshell.parser.
StringSupport
Token
- Class in
org.apache.geronimo.gshell.parser
Describes the input token stream.
Token()
- Constructor for class org.apache.geronimo.gshell.parser.
Token
No-argument constructor
Token(int)
- Constructor for class org.apache.geronimo.gshell.parser.
Token
Constructs a new token for the specified Image.
Token(int, String)
- Constructor for class org.apache.geronimo.gshell.parser.
Token
Constructs a new token for the specified Image and Kind.
token_source
- Variable in class org.apache.geronimo.gshell.parser.
CommandLineParser
Generated Token Manager.
tokenImage
- Static variable in interface org.apache.geronimo.gshell.parser.
CommandLineParserConstants
Literal token values.
tokenImage
- Variable in exception org.apache.geronimo.gshell.parser.
ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError
- Error in
org.apache.geronimo.gshell.parser
Token Manager Error.
TokenMgrError()
- Constructor for error org.apache.geronimo.gshell.parser.
TokenMgrError
No arg constructor.
TokenMgrError(String, int)
- Constructor for error org.apache.geronimo.gshell.parser.
TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int)
- Constructor for error org.apache.geronimo.gshell.parser.
TokenMgrError
Full Constructor.
toString()
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
toString(String)
- Method in class org.apache.geronimo.gshell.parser.
SimpleNode
toString()
- Method in class org.apache.geronimo.gshell.parser.
StringSupport
toString()
- Method in class org.apache.geronimo.gshell.parser.
Token
Returns the image.
U
unquote(String)
- Method in class org.apache.geronimo.gshell.parser.
StringSupport
Returns an unquoted value.
UpdateLineColumn(char)
- Method in class org.apache.geronimo.gshell.parser.
SimpleCharStream
V
value
- Variable in class org.apache.geronimo.gshell.parser.
SimpleNode
valueOf(String)
- Static method in enum org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor.Level
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor.Level
Returns an array containing the constants of this enum type, in the order they're declared.
visit(SimpleNode, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTCommandLine, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTExpression, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTProcess, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTQuotedString, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTOpaqueString, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(ASTPlainString, Object)
- Method in interface org.apache.geronimo.gshell.parser.
CommandLineParserVisitor
visit(SimpleNode, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTCommandLine, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTExpression, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTProcess, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTQuotedString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTPlainString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(ASTOpaqueString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
ExecutingVisitor
visit(SimpleNode, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTCommandLine, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTExpression, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTProcess, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTQuotedString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTOpaqueString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
visit(ASTPlainString, Object)
- Method in class org.apache.geronimo.gshell.parser.visitor.
LoggingVisitor
A
B
C
D
E
F
G
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2006-2009
The Apache Software Foundation
. All Rights Reserved.