Class OptionalMatch<T>
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.wildcard.OptionalMatch<T>
-
public class OptionalMatch<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description OptionalMatch(Optional<T> expected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getMatch()
boolean
match(T other)
void
reset()
-