public static final class GrammarFunctions.Advanced extends Object
@Deprecated public static Matcher adjacent(Object e)
LexerfulGrammarBuilder.adjacent(Object) instead.@Deprecated public static Matcher anyTokenButNot(Object e)
LexerfulGrammarBuilder.anyTokenButNot(Object) instead.@Deprecated public static Matcher isOneOfThem(TokenType... types)
LexerfulGrammarBuilder.isOneOfThem(TokenType, TokenType...) instead.@Deprecated public static Matcher bridge(TokenType from, TokenType to)
LexerfulGrammarBuilder.bridge(TokenType, TokenType) instead.@Deprecated public static Matcher isTrue()
LexerfulGrammarBuilder.anyToken() instead.@Deprecated public static Matcher isFalse()
GrammarBuilder.nothing() instead.@Deprecated public static Matcher anyToken()
LexerfulGrammarBuilder.anyToken() instead.@Deprecated public static Matcher tillNewLine()
LexerfulGrammarBuilder.tillNewLine() instead.@Deprecated public static Matcher till(Object e)
LexerfulGrammarBuilder.till(Object) instead.@Deprecated public static Matcher exclusiveTill(Object... e)
LexerfulGrammarBuilder.exclusiveTill(Object) instead.Copyright © 2009–2018 SonarSource. All rights reserved.