Package com.strobel.decompiler.patterns
Class Match
java.lang.Object
com.strobel.decompiler.patterns.Match
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
static Match
static Match
failure()
(package private) final int
final boolean
(package private) final void
restoreCheckPoint
(int checkpoint) final boolean
success()
-
Field Details
-
FAILURE
-
_results
-
-
Constructor Details
-
Match
-
-
Method Details
-
success
public final boolean success() -
add
-
has
-
get
-
getCheckPoint
final int getCheckPoint() -
restoreCheckPoint
final void restoreCheckPoint(int checkpoint) -
createNew
-
failure
-