Class FieldMatcherImpl
java.lang.Object
io.papermc.asm.rules.builder.matcher.FieldMatcherImpl
- All Implemented Interfaces:
FieldMatcher
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.papermc.asm.rules.builder.matcher.FieldMatcher
FieldMatcher.Builder -
Constructor Summary
ConstructorsConstructorDescriptionFieldMatcherImpl(Predicate<? super String> byName, Predicate<? super ClassDesc> byDesc) -
Method Summary
-
Constructor Details
-
FieldMatcherImpl
-
-
Method Details
-
matchesName
- Specified by:
matchesNamein interfaceFieldMatcher
-
matches
- Specified by:
matchesin interfaceFieldMatcher
-