- getAccumulator() - Method in interface jfun.parsec.Accumulatable
-
- getCaseInsensitive(String[], String[]) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case insensitively.
- getCaseInsensitive(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case insensitively.
- getCaseInsensitive(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case insensitively.
- getCaseInsensitive(String[], String[]) - Static method in class jfun.parsec.Terms
-
- getCaseInsensitive(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Terms
-
- getCaseInsensitive(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Terms
-
- getCaseInsensitiveInstance(String[], String[]) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case insensitively.
- getCaseInsensitiveInstance(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case insensitively.
- getCaseInsensitiveInstance(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case insensitively.
- getCaseSensitive(String[], String[]) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case sensitively.
- getCaseSensitive(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case sensitively.
- getCaseSensitive(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops,
and for lexing the keywords case sensitively.
- getCaseSensitive(String[], String[]) - Static method in class jfun.parsec.Terms
-
- getCaseSensitive(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Terms
-
- getCaseSensitive(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Terms
-
- getCaseSensitiveInstance(String[], String[]) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case sensitively.
- getCaseSensitiveInstance(Parser<?>, String[], String[]) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case sensitively.
- getCaseSensitiveInstance(Parser<?>, String[], String[], FromString<?>) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing and parsing the operators with names specified in ops,
and for lexing and parsing the keywords case sensitively.
- getClose() - Method in class jfun.parsec.tokens.TokenQuoted
-
Returns the closing quote.
- getColumnNo() - Method in exception jfun.parsec.ParserException
-
Gets the column number of the error.
- getColumnNo() - Method in class jfun.parsec.Pos
-
Get the column number.
- getDecTokenizer() - Static method in class jfun.parsec.tokens.TokenLong
-
Deprecated.
creates a Tokenizer instance that can parse a decimal integer string.
- getDoubleQuoteTokenizer() - Static method in class jfun.parsec.tokens.TokenStringLiteral
-
Deprecated.
creates a Tokenizer instance() that parsers a double quoted string literal that is possiblly escaped by '\'
- getEncountered() - Method in interface jfun.parsec.ParseError
-
Get the "...
- getError() - Method in exception jfun.parsec.ParserException
-
Get the ParseError object.
- getExpecting() - Method in interface jfun.parsec.ParseError
-
Get the "expecting ..." errors.
- getHexTokenizer() - Static method in class jfun.parsec.tokens.TokenLong
-
Deprecated.
creates a Tokenizer instance that can parse a hex integer string.
- getInd() - Method in exception jfun.parsec.UserException
-
Get the index in the original source.
- getIndex() - Method in interface jfun.parsec.ParseError
-
Gets the index number in the original source.
- getIndex() - Static method in class jfun.parsec.Parsers
-
Retrieves the current index in the source.
- getIndex(String) - Static method in class jfun.parsec.Parsers
-
Retrieves the current index in the source.
- getIndex() - Method in class jfun.parsec.ParsingFrame
-
Get the index of the character within the source.
- getIndex() - Method in class jfun.parsec.PositionedToken
-
Deprecated.
gets the index of the token in the orginal CharSequence.
- getKind() - Method in class jfun.parsec.tokens.MyToken
-
Deprecated.
Get the kind number.
- getLength() - Method in class jfun.parsec.PositionedToken
-
Deprecated.
Gets the length of the token.
- getLexer() - Method in class jfun.parsec.Terms
-
gets the lexer for the terminals.
- getLexer() - Method in class jfun.parsec.Words
-
gets the lexer object.
- getLineNo() - Method in exception jfun.parsec.ParserException
-
Gets the line number of the error.
- getLineNo() - Method in class jfun.parsec.Pos
-
Get the line number.
- getMessage() - Method in exception jfun.parsec.ParserException
-
Get the default formatted error message.
- getMessages() - Method in interface jfun.parsec.ParseError
-
Get the user error messages.
- getModule() - Method in class jfun.parsec.ParsingFrame
-
Get the module name.
- getModuleName() - Method in exception jfun.parsec.ParserException
-
Gets the module name.
- getName() - Method in class jfun.parsec.tokens.NamedToken
-
Get the name.
- getOctTokenizer() - Static method in class jfun.parsec.tokens.TokenLong
-
Deprecated.
creates a Tokenizer instance that can parse a octal integer string.
- getOpen() - Method in class jfun.parsec.tokens.TokenQuoted
-
Returns the opening quote.
- getOperators(String...) - Static method in class jfun.parsec.Lexers
-
Creates a Words object for lexing the operators with names specified in ops.
- getOperators(String...) - Static method in class jfun.parsec.Terms
-
- getOperatorsInstance(String...) - Static method in class jfun.parsec.Terms
-
Creates a Terms object for lexing the operators with names specified in ops.
- getParser() - Method in class jfun.parsec.ParsingFrame
-
Get the Parser object executed.
- getParser(String...) - Method in class jfun.parsec.Terms
-
gets the parser for the terminals identified by tnames.
- getParser(String, String[]) - Method in class jfun.parsec.Terms
-
gets the parser for the terminals identified by tnames.
- getParser(String[], String) - Method in class jfun.parsec.Terms
-
gets the parser for the terminals identified by tnames.
- getParser(String, String[], String) - Method in class jfun.parsec.Terms
-
gets the parser for the terminals identified by tnames.
- getParser(String, String, String) - Method in class jfun.parsec.Terms
-
gets the parser for a terminal identified by tname.
- getParser(String, String) - Method in class jfun.parsec.Terms
-
gets the parser for a terminal identified by tname.
- getParser(String) - Method in class jfun.parsec.Terms
-
gets the parser for a terminal identified by tname.
- getParsingTrace() - Method in exception jfun.parsec.ParserException
-
Get the parsing trace.
- getPos(int) - Method in class jfun.parsec.DefaultPositionMap
-
- getPos(int) - Method in interface jfun.parsec.PositionMap
-
Get the line/column number of a position identified by an offset number.
- getPosition() - Method in class jfun.parsec.ParsingFrame
-
Get the position within the source.
- getQuoted() - Method in class jfun.parsec.tokens.TokenQuoted
-
Returns the quoted text.
- getResult() - Method in interface jfun.parsec.Accumulator
-
gets the accumulated result.
- getSqlTokenizer() - Static method in class jfun.parsec.tokens.TokenStringLiteral
-
Deprecated.
creates a Tokenizer instance() that parsers a single quoted string literal.
- getState() - Static method in class jfun.parsec.Parsers
-
Deprecated.
as of version 0.6
- getState(String) - Static method in class jfun.parsec.Parsers
-
Deprecated.
- getString() - Method in class jfun.parsec.tokens.TokenDecimal
-
Deprecated.
gets the string representation of the decimal.
- getString() - Method in class jfun.parsec.tokens.TokenInteger
-
Deprecated.
gets the string representation of the decimal.
- getText() - Method in class jfun.parsec.tokens.TypedToken
-
Get the text of the token.
- getToken() - Method in class jfun.parsec.PositionedToken
-
Deprecated.
gets the token.
- getToken(String) - Method in class jfun.parsec.Words
-
gets the token object identified by the token text.
- getTokenizer(int) - Static method in class jfun.parsec.tokens.MyToken
-
Deprecated.
Create a tokenizer that's gonna return a MyToken object with a certain kind number.
- getTokenizer() - Static method in class jfun.parsec.tokens.TokenCharLiteral
-
Deprecated.
Creates a tokenizer that's gonna tokenize a single quoted character literal possibly with escape character '\'
- getTokenizer() - Static method in class jfun.parsec.tokens.TokenDecimal
-
Deprecated.
Creates a Tokenizer that's gonna tokenize any valid decimal literal string to a TokenDecimal object.
- getTokenizer() - Static method in class jfun.parsec.tokens.TokenInteger
-
Deprecated.
Creates a Tokenizer that's gonna tokenize any valid decimal literal string to a TokenDecimal object.
- getTokenizer(char, char) - Static method in class jfun.parsec.tokens.TokenQuoted
-
- getTokenizer(String, String) - Static method in class jfun.parsec.tokens.TokenQuoted
-
- getTokenizer() - Static method in class jfun.parsec.tokens.TokenString
-
Deprecated.
Get the Tokenizer instance.
- getTokenizer() - Static method in class jfun.parsec.tokens.TokenWord
-
Deprecated.
gets an instance of TokenWord that parses a input range to a TokenWord.
- getType() - Method in class jfun.parsec.tokens.TypedToken
-
To get the data type of the token.
- getUnexpected() - Method in interface jfun.parsec.ParseError
-
Get the "unexpected ..." error.
- getValue() - Method in class jfun.parsec.tokens.TokenReserved
-
Deprecated.
Get the value of the reserved word.
- getValue1() - Method in class jfun.parsec.Pair
-
Get the first value.
- getValue2() - Method in class jfun.parsec.Pair
-
Get the second value.
- getValue3() - Method in class jfun.parsec.Tuple3
-
- getValue4() - Method in class jfun.parsec.Tuple4
-
- getValue5() - Method in class jfun.parsec.Tuple5
-
- getWord() - Method in class jfun.parsec.tokens.TokenWord
-
Deprecated.
gets the word value.