Package com.strobel.decompiler.patterns
Class TypedNode
- java.lang.Object
-
- com.strobel.decompiler.patterns.Pattern
-
- com.strobel.decompiler.patterns.TypedNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_groupName
private java.lang.Class<? extends INode>
_nodeType
-
Fields inherited from class com.strobel.decompiler.patterns.Pattern
ANY_STRING
-
Fields inherited from interface com.strobel.decompiler.patterns.INode
CHILD_ITERATOR
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getGroupName()
java.lang.Class<? extends INode>
getNodeType()
boolean
matches(INode other, Match match)
-
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
-
-
-
-
Field Detail
-
_nodeType
private final java.lang.Class<? extends INode> _nodeType
-
_groupName
private final java.lang.String _groupName
-
-