Package com.strobel.decompiler.patterns
Class SingleOrBinaryAggregateNode
- java.lang.Object
-
- com.strobel.decompiler.patterns.Pattern
-
- com.strobel.decompiler.patterns.SingleOrBinaryAggregateNode
-
-
Field Summary
Fields Modifier and Type Field Description private BinaryOperatorType
_operator
private INode
_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 SingleOrBinaryAggregateNode(BinaryOperatorType operator, INode 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
-
-
-
-
Field Detail
-
_pattern
private final INode _pattern
-
_operator
private final BinaryOperatorType _operator
-
-
Constructor Detail
-
SingleOrBinaryAggregateNode
public SingleOrBinaryAggregateNode(BinaryOperatorType operator, INode pattern)
-
-