Class PatternMatcher.CompiledPattern
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.patternmatcher.PatternMatcher.CompiledPattern
-
- Enclosing class:
- PatternMatcher
private class PatternMatcher.CompiledPattern extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<Node>nodeIndexprivate java.util.Map<Node,java.util.List<PatternMatcher.Path>>nodeToPaths
-
Constructor Summary
Constructors Modifier Constructor Description privateCompiledPattern()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private MatchmatchesTo(Node analysisPoint)private intnodeIndexOf(Node n)private booleanregisterToIndex(Node n)
-
-
-
Field Detail
-
nodeToPaths
private final java.util.Map<Node,java.util.List<PatternMatcher.Path>> nodeToPaths
-
nodeIndex
private final java.util.List<Node> nodeIndex
-
-