Package com.strobel.decompiler.patterns
Class IdentifierExpressionRegexNode
- java.lang.Object
-
- com.strobel.decompiler.patterns.Pattern
-
- com.strobel.decompiler.patterns.IdentifierExpressionRegexNode
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
_groupName
private java.util.regex.Pattern
_pattern
-
Fields inherited from class com.strobel.decompiler.patterns.Pattern
ANY_STRING
-
Fields inherited from interface com.strobel.decompiler.patterns.INode
CHILD_ITERATOR
-
-
Constructor Summary
Constructors Constructor Description IdentifierExpressionRegexNode(java.lang.String pattern)
IdentifierExpressionRegexNode(java.lang.String groupName, java.lang.String pattern)
IdentifierExpressionRegexNode(java.lang.String groupName, java.util.regex.Pattern pattern)
IdentifierExpressionRegexNode(java.util.regex.Pattern pattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
IdentifierExpressionRegexNode
public IdentifierExpressionRegexNode(java.lang.String pattern)
-
IdentifierExpressionRegexNode
public IdentifierExpressionRegexNode(java.util.regex.Pattern pattern)
-
IdentifierExpressionRegexNode
public IdentifierExpressionRegexNode(java.lang.String groupName, java.lang.String pattern)
-
IdentifierExpressionRegexNode
public IdentifierExpressionRegexNode(java.lang.String groupName, java.util.regex.Pattern pattern)
-
-