Class Match

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

public final class Match extends Object
  • 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)
    • createNew

      public static Match createNew()
    • failure

      public static Match failure()