com.sonar.sslr.impl.matcher
Class GrammarFunctions.Standard

java.lang.Object
  extended by com.sonar.sslr.impl.matcher.GrammarFunctions.Standard
Enclosing class:
GrammarFunctions

public static final class GrammarFunctions.Standard
extends Object


Method Summary
static Matcher and(Object... e)
          Deprecated. in 1.19, use GrammarBuilder.sequence(Object, Object) instead.
static Matcher firstOf(Object... e)
          Deprecated. in 1.19, use GrammarBuilder.firstOf(Object, Object) instead.
static Matcher o2n(Object... e)
          Deprecated. in 1.19, use GrammarBuilder.zeroOrMore(Object) instead.
static Matcher one2n(Object... e)
          Deprecated. in 1.19, use GrammarBuilder.oneOrMore(Object) instead.
static Matcher opt(Object... e)
          Deprecated. in 1.19, use GrammarBuilder.optional(Object) instead.
static Matcher or(Object... e)
          Deprecated. in 1.16, use firstOf(Object...) instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

o2n

@Deprecated
public static Matcher o2n(Object... e)
Deprecated. in 1.19, use GrammarBuilder.zeroOrMore(Object) instead.


one2n

@Deprecated
public static Matcher one2n(Object... e)
Deprecated. in 1.19, use GrammarBuilder.oneOrMore(Object) instead.


opt

@Deprecated
public static Matcher opt(Object... e)
Deprecated. in 1.19, use GrammarBuilder.optional(Object) instead.


or

@Deprecated
public static Matcher or(Object... e)
Deprecated. in 1.16, use firstOf(Object...) instead


firstOf

@Deprecated
public static Matcher firstOf(Object... e)
Deprecated. in 1.19, use GrammarBuilder.firstOf(Object, Object) instead.


and

@Deprecated
public static Matcher and(Object... e)
Deprecated. in 1.19, use GrammarBuilder.sequence(Object, Object) instead.



Copyright © 2009-2014 SonarSource. All Rights Reserved.