Class Match

java.lang.Object
com.strobel.decompiler.patterns.Match

public final class Match extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • success

      public final boolean success()
    • add

      public final void add(String groupName, INode node)
    • has

      public final boolean has(String groupName)
    • get

      public final <T extends INode> Iterable<T> get(String groupName)
    • getCheckPoint

      final int getCheckPoint()
    • restoreCheckPoint

      final void restoreCheckPoint(int checkpoint)
    • createNew

      public static Match createNew()
    • failure

      public static Match failure()