A C D G H K L M N O P R T V 

A

Assertions - Class in org.sonar.sslr.tests
 
assertThat(Rule) - Static method in class org.sonar.sslr.tests.Assertions
Creates a new instance of RuleAssert.
assertThat(Parser) - Static method in class org.sonar.sslr.tests.Assertions
Creates a new instance of ParserAssert.

C

ChannelMatcher<O> - Class in org.sonar.sslr.test.channel
 
ChannelMatcher(String, O) - Constructor for class org.sonar.sslr.test.channel.ChannelMatcher
 
ChannelMatcher(CodeReader, O) - Constructor for class org.sonar.sslr.test.channel.ChannelMatcher
 
ChannelMatchers - Class in org.sonar.sslr.test.channel
 
com.sonar.sslr.test.lexer - package com.sonar.sslr.test.lexer
 
com.sonar.sslr.test.minic - package com.sonar.sslr.test.minic
 
consume(String, O) - Static method in class org.sonar.sslr.test.channel.ChannelMatchers
 
consume(CodeReader, O) - Static method in class org.sonar.sslr.test.channel.ChannelMatchers
 
create() - Static method in enum com.sonar.sslr.test.minic.MiniCGrammar
 
create() - Static method in class com.sonar.sslr.test.minic.MiniCLexer
 
create() - Static method in class com.sonar.sslr.test.minic.MiniCParser
 

D

describeTo(Description) - Method in class org.sonar.sslr.test.channel.ChannelMatcher
 
describeTo(Description) - Method in class org.sonar.sslr.test.channel.ReaderHasNextCharMatcher
 

G

getMessage() - Method in error org.sonar.sslr.tests.ParsingResultComparisonFailure
 
getName() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
 
getName() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Literals
 
getName() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Punctuators
 
getTokenizers() - Static method in class com.sonar.sslr.test.minic.MiniCColorizer
 
getValue() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
 
getValue() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Literals
 
getValue() - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Punctuators
 

H

hasComment(String) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasComment(String, int) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasLastToken(String, TokenType) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasNextChar(char) - Static method in class org.sonar.sslr.test.channel.ChannelMatchers
 
hasOriginalComment(String) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasOriginalComment(String, int) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasOriginalToken(String) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasToBeSkippedFromAst(AstNode) - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
 
hasToBeSkippedFromAst(AstNode) - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Literals
 
hasToBeSkippedFromAst(AstNode) - Method in enum com.sonar.sslr.test.minic.MiniCLexer.Punctuators
 
hasToken(String, TokenType) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasToken(String) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasToken(TokenType) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 
hasTokens(String...) - Static method in class com.sonar.sslr.test.lexer.LexerMatchers
 

K

keywordValues() - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
 

L

lex(String) - Static method in class com.sonar.sslr.test.lexer.TokenUtils
 
LexerMatchers - Class in com.sonar.sslr.test.lexer
 

M

main(String[]) - Static method in class com.sonar.sslr.test.minic.MiniCToolkit
 
matches(Object) - Method in class org.sonar.sslr.test.channel.ChannelMatcher
 
matches(Object) - Method in class org.sonar.sslr.test.channel.ReaderHasNextCharMatcher
 
matches(String) - Method in class org.sonar.sslr.tests.ParserAssert
Verifies that the actual Parser fully matches a given input.
matches(String) - Method in class org.sonar.sslr.tests.RuleAssert
Verifies that the actual Rule fully matches a given input.
matchesPrefix(String, String) - Method in class org.sonar.sslr.tests.RuleAssert
Verifies that the actual Rule partially matches a given input.
merge(List<Token>) - Static method in class com.sonar.sslr.test.lexer.TokenUtils
 
MiniCColorizer - Class in com.sonar.sslr.test.minic
 
MiniCGrammar - Enum in com.sonar.sslr.test.minic
 
MiniCLexer - Class in com.sonar.sslr.test.minic
 
MiniCLexer.Keywords - Enum in com.sonar.sslr.test.minic
 
MiniCLexer.Literals - Enum in com.sonar.sslr.test.minic
 
MiniCLexer.Punctuators - Enum in com.sonar.sslr.test.minic
 
MiniCParser - Class in com.sonar.sslr.test.minic
 
MiniCToolkit - Class in com.sonar.sslr.test.minic
 
mockAstNode(String) - Static method in class com.sonar.sslr.test.lexer.MockHelper
Deprecated.
 
MockHelper - Class in com.sonar.sslr.test.lexer
Deprecated.
in 1.17 All classes can now be mocked since none of them are final anymore, hence this helper is useless.
mockLexer() - Static method in class com.sonar.sslr.test.lexer.MockHelper
Deprecated.
 
mockToken(TokenType, String) - Static method in class com.sonar.sslr.test.lexer.MockHelper
Deprecated.
 
mockTokenBuilder(TokenType, String) - Static method in class com.sonar.sslr.test.lexer.MockHelper
Deprecated.
 

N

notMatches(String) - Method in class org.sonar.sslr.tests.ParserAssert
Verifies that the actual Parser not matches a given input.
notMatches(String) - Method in class org.sonar.sslr.tests.RuleAssert
Verifies that the actual Rule does not match a given input.

O

org.sonar.sslr.test.channel - package org.sonar.sslr.test.channel
 
org.sonar.sslr.tests - package org.sonar.sslr.tests
 

P

parseFile(String) - Static method in class com.sonar.sslr.test.minic.MiniCParser
 
ParserAssert - Class in org.sonar.sslr.tests
To create a new instance of this class invoke Assertions.assertThat(Parser).
ParserAssert(Parser) - Constructor for class org.sonar.sslr.tests.ParserAssert
 
parseString(String) - Static method in class com.sonar.sslr.test.minic.MiniCParser
 
ParsingResultComparisonFailure - Error in org.sonar.sslr.tests
This class is not intended to be instantiated or subclassed by clients.
ParsingResultComparisonFailure(String, String) - Constructor for error org.sonar.sslr.tests.ParsingResultComparisonFailure
 
ParsingResultComparisonFailure(String, String, String) - Constructor for error org.sonar.sslr.tests.ParsingResultComparisonFailure
 

R

ReaderHasNextCharMatcher - Class in org.sonar.sslr.test.channel
 
ReaderHasNextCharMatcher(char) - Constructor for class org.sonar.sslr.test.channel.ReaderHasNextCharMatcher
 
RuleAssert - Class in org.sonar.sslr.tests
To create a new instance of this class invoke Assertions.assertThat(Rule).
RuleAssert(Rule) - Constructor for class org.sonar.sslr.tests.RuleAssert
 

T

TokenUtils - Class in com.sonar.sslr.test.lexer
 

V

valueOf(String) - Static method in enum com.sonar.sslr.test.minic.MiniCGrammar
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Literals
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Punctuators
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sonar.sslr.test.minic.MiniCGrammar
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Keywords
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Literals
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sonar.sslr.test.minic.MiniCLexer.Punctuators
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G H K L M N O P R T V 

Copyright © 2010–2015 SonarSource. All rights reserved.