Class PatternMatcher
java.lang.Object
de.mirkosertic.bytecoder.core.patternmatcher.PatternMatcher
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final PatternMatcher.CompiledPatternprivate final Loggerprivate final Node -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate PatternMatcher.CompiledPatternvoidfindMatches(Graph source) private voidregisterPaths(Node pivot, PatternMatcher.CompiledPattern compiledPattern)
-
Field Details
-
logger
-
pattern
-
compiledPattern
-
-
Constructor Details
-
PatternMatcher
-
-
Method Details
-
debugOutput
public void debugOutput() -
registerPaths
-
compile
-
findMatches
-