Skip navigation links
A B C D E F G H I J K L M N O P R S T U V 

A

addEscapes(String) - Static method in error org.apache.maven.surefire.group.parse.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addMatcher(GroupMatcher) - Method in class org.apache.maven.surefire.group.match.JoinGroupMatcher
 
adjustBeginLineColumn(int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AMP2 - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
AND - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
AndGroupMatcher - Class in org.apache.maven.surefire.group.match
AND group matcher
AndGroupMatcher(GroupMatcher...) - Constructor for class org.apache.maven.surefire.group.match.AndGroupMatcher
 
AndGroupMatcher(Collection<GroupMatcher>) - Constructor for class org.apache.maven.surefire.group.match.AndGroupMatcher
 

B

backup(int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Backup a number of characters.
BANG - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
beginColumn - Variable in class org.apache.maven.surefire.group.parse.Token
The column number of the first character of this Token.
beginLine - Variable in class org.apache.maven.surefire.group.parse.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Start.
bufcolumn - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
buffer - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
bufline - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
bufpos - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
Position in buffer.

C

CLS - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
column - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
COMMA - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
curChar - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
 
currentToken - Variable in exception org.apache.maven.surefire.group.parse.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Debug output.
DEFAULT - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
Lexical state.
disable_tracing() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Disable tracing.
Done() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reset buffer when finished.

E

enable_tracing() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Enable tracing.
enabled(Class<?>...) - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
 
enabled(String...) - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
 
enabled(Class<?>...) - Method in interface org.apache.maven.surefire.group.match.GroupMatcher
 
enabled(String...) - Method in interface org.apache.maven.surefire.group.match.GroupMatcher
 
enabled(Class<?>...) - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
enabled(String...) - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
enabled(Class<?>...) - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
 
enabled(String...) - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
 
enabled(Class<?>...) - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
enabled(String...) - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
endColumn - Variable in class org.apache.maven.surefire.group.parse.Token
The column number of the last character of this Token.
endLine - Variable in class org.apache.maven.surefire.group.parse.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
End of File.
EOL - Static variable in exception org.apache.maven.surefire.group.parse.ParseException
The end of line string for this machine.
equals(Object) - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
 
equals(Object) - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
equals(Object) - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
 
equals(Object) - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
ExpandBuff(boolean) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.apache.maven.surefire.group.parse.ParseException
Each entry in this array is an array of integers.
expr() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 

F

FillBuff() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
 

G

generateParseException() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Generate ParseException.
getBeginColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Deprecated. 
getEndColumn() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get token end line number.
GetImage() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get token literal value.
getLine() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Deprecated. 
getMatchers() - Method in class org.apache.maven.surefire.group.match.JoinGroupMatcher
 
getMessage() - Method in error org.apache.maven.surefire.group.parse.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Get the next Token.
getNextToken() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Get the next Token.
GetSuffix(int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Get the suffix.
getTabSize() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
getToken(int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Get the specific Token.
getValue() - Method in class org.apache.maven.surefire.group.parse.Token
An optional attribute value of the Token.
group() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
GroupMatcher - Interface in org.apache.maven.surefire.group.match
Group Matcher
GroupMatcherParser - Class in org.apache.maven.surefire.group.parse
 
GroupMatcherParser(String) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
GroupMatcherParser(InputStream) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
Constructor with InputStream.
GroupMatcherParser(InputStream, String) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
Constructor with InputStream and supplied encoding
GroupMatcherParser(Reader) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
Constructor.
GroupMatcherParser(GroupMatcherParserTokenManager) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParser
Constructor with generated Token Manager.
GroupMatcherParser.Op - Enum in org.apache.maven.surefire.group.parse
 
GroupMatcherParserConstants - Interface in org.apache.maven.surefire.group.parse
Token literal values and constants.
GroupMatcherParserTokenManager - Class in org.apache.maven.surefire.group.parse
Token Manager.
GroupMatcherParserTokenManager(SimpleCharStream) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Constructor.
GroupMatcherParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Constructor.

H

hashCode() - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
 
hashCode() - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
hashCode() - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
 
hashCode() - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 

I

igroup() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
image - Variable in class org.apache.maven.surefire.group.parse.Token
The string image of the token.
inBuf - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
input_stream - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
 
inputStream - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
INVALID_LEXICAL_STATE - Static variable in error org.apache.maven.surefire.group.parse.TokenMgrError
Tried to change to an invalid lexical state.
InverseGroupMatcher - Class in org.apache.maven.surefire.group.match
Inverse group matcher
InverseGroupMatcher(GroupMatcher) - Constructor for class org.apache.maven.surefire.group.match.InverseGroupMatcher
 

J

jj_nt - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Next token.
jjFillToken() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
 
jjnewLexState - Static variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Token literal values.
JoinGroupMatcher - Class in org.apache.maven.surefire.group.match
Joins several group matchers
JoinGroupMatcher() - Constructor for class org.apache.maven.surefire.group.match.JoinGroupMatcher
 

K

kind - Variable in class org.apache.maven.surefire.group.parse.Token
An integer that describes the kind of this token.

L

LEXICAL_ERROR - Static variable in error org.apache.maven.surefire.group.parse.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.apache.maven.surefire.group.parse.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.maven.surefire.group.parse.GroupMatcherParserTokenManager
Lexer state names.
line - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
loadGroupClasses(ClassLoader) - Method in interface org.apache.maven.surefire.group.match.GroupMatcher
 
loadGroupClasses(ClassLoader) - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
loadGroupClasses(ClassLoader) - Method in class org.apache.maven.surefire.group.match.JoinGroupMatcher
 
loadGroupClasses(ClassLoader) - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
LOOP_DETECTED - Static variable in error org.apache.maven.surefire.group.parse.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.

M

main(String[]) - Static method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
maxNextCharInd - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 

N

newToken(int, String) - Static method in class org.apache.maven.surefire.group.parse.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.apache.maven.surefire.group.parse.Token
 
next - Variable in class org.apache.maven.surefire.group.parse.Token
A reference to the next regular (non-special) token from the input stream.
not() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
NOT - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.

O

op() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
OR - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
org.apache.maven.surefire.group.match - package org.apache.maven.surefire.group.match
 
org.apache.maven.surefire.group.parse - package org.apache.maven.surefire.group.parse
 
OrGroupMatcher - Class in org.apache.maven.surefire.group.match
OR group matcher
OrGroupMatcher(GroupMatcher...) - Constructor for class org.apache.maven.surefire.group.match.OrGroupMatcher
 
OrGroupMatcher(Collection<GroupMatcher>) - Constructor for class org.apache.maven.surefire.group.match.OrGroupMatcher
 

P

parse() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
ParseException - Exception in org.apache.maven.surefire.group.parse
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.apache.maven.surefire.group.parse.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.apache.maven.surefire.group.parse.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.apache.maven.surefire.group.parse.ParseException
Constructor with message.
PIPE2 - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
prevCharIsCR - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
prevCharIsLF - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 

R

readChar() - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Read a character.
ReInit(InputStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Reinitialise.
ReInit(Reader) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Reinitialise.
ReInit(GroupMatcherParserTokenManager) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
Reinitialise.
RPAREN - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.

S

setDebugStream(PrintStream) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Set debug output.
setTabSize(int) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
SimpleCharStream - Class in org.apache.maven.surefire.group.parse
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.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.apache.maven.surefire.group.parse.SimpleCharStream
Constructor.
SingleGroupMatcher - Class in org.apache.maven.surefire.group.match
Single group matcher
SingleGroupMatcher(String) - Constructor for class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
specialToken - Variable in class org.apache.maven.surefire.group.parse.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STATIC_LEXER_ERROR - Static variable in error org.apache.maven.surefire.group.parse.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
Whether parser is static.
STRING - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
RegularExpression Id.
SwitchTo(int) - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 
token - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Current token.
Token - Class in org.apache.maven.surefire.group.parse
Describes the input token stream.
Token() - Constructor for class org.apache.maven.surefire.group.parse.Token
No-argument constructor
Token(int) - Constructor for class org.apache.maven.surefire.group.parse.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.apache.maven.surefire.group.parse.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Generated Token Manager.
tokenImage - Static variable in interface org.apache.maven.surefire.group.parse.GroupMatcherParserConstants
Literal token values.
tokenImage - Variable in exception org.apache.maven.surefire.group.parse.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.apache.maven.surefire.group.parse
Token Manager Error.
TokenMgrError() - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.apache.maven.surefire.group.parse.TokenMgrError
Full Constructor.
toString() - Method in class org.apache.maven.surefire.group.match.AndGroupMatcher
 
toString() - Method in class org.apache.maven.surefire.group.match.InverseGroupMatcher
 
toString() - Method in class org.apache.maven.surefire.group.match.OrGroupMatcher
 
toString() - Method in class org.apache.maven.surefire.group.match.SingleGroupMatcher
 
toString() - Method in class org.apache.maven.surefire.group.parse.Token
Returns the image.
trace_enabled() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
Trace enabled.
trackLineColumn - Variable in class org.apache.maven.surefire.group.parse.SimpleCharStream
 

U

UpdateLineColumn(char) - Method in class org.apache.maven.surefire.group.parse.SimpleCharStream
 

V

value() - Method in class org.apache.maven.surefire.group.parse.GroupMatcherParser
 
valueOf(String) - Static method in enum org.apache.maven.surefire.group.parse.GroupMatcherParser.Op
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.maven.surefire.group.parse.GroupMatcherParser.Op
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P R S T U V 
Skip navigation links

Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.