Package com.strobel.decompiler.patterns
Class SubtreeMatch
java.lang.Object
com.strobel.decompiler.patterns.Pattern
com.strobel.decompiler.patterns.SubtreeMatch
- All Implemented Interfaces:
INode
-
Field Summary
FieldsFields inherited from class com.strobel.decompiler.patterns.Pattern
ANY_STRINGFields inherited from interface com.strobel.decompiler.patterns.INode
CHILD_ITERATOR -
Constructor Summary
ConstructorsConstructorDescriptionSubtreeMatch(INode target) SubtreeMatch(INode target, boolean matchMultiple) SubtreeMatch(INode target, String groupName) SubtreeMatch(INode target, String groupName, boolean matchMultiple) -
Method Summary
Methods inherited from class com.strobel.decompiler.patterns.Pattern
getFirstChild, getNextSibling, getRole, isNull, match, matches, matchesCollection, matchesCollection, matchString, toBlockStatement, toCatchClause, toExpression, toMethodDeclaration, toNode, toParameterDeclaration, toStatement, toType, toVariableInitializer