Package com.strobel.decompiler.patterns
Class PossibleMatch
- java.lang.Object
-
- com.strobel.decompiler.patterns.PossibleMatch
-
final class PossibleMatch extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
checkPoint
(package private) INode
nextOther
-
Constructor Summary
Constructors Constructor Description PossibleMatch(INode nextOther, int checkPoint)
-