Class PatternMatcher.PathAnalysisState
- java.lang.Object
-
- de.mirkosertic.bytecoder.core.patternmatcher.PatternMatcher.PathAnalysisState
-
- Enclosing class:
- PatternMatcher
private static class PatternMatcher.PathAnalysisState extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Nodenodeprivate PatternMatcher.Pathpath
-
Constructor Summary
Constructors Constructor Description PathAnalysisState(Node node, PatternMatcher.Path path)
-
-
-
Field Detail
-
node
private final Node node
-
path
private final PatternMatcher.Path path
-
-
Constructor Detail
-
PathAnalysisState
public PathAnalysisState(Node node, PatternMatcher.Path path)
-
-