Uses of Class
de.mirkosertic.bytecoder.core.patternmatcher.EvaluationContext
Packages that use EvaluationContext
-
Uses of EvaluationContext in de.mirkosertic.bytecoder.core.patternmatcher
Methods in de.mirkosertic.bytecoder.core.patternmatcher with parameters of type EvaluationContextModifier and TypeMethodDescriptionprivate NodePatternMatcher.Path.parseControlflowFrom(String token, ControlTokenConsumer currentNode, EvaluationContext evaluationContext) private NodePatternMatcher.Path.parseControlflowTo(String token, ControlTokenConsumer currentNode, EvaluationContext evaluationContext) private NodePatternMatcher.Path.parseIncomingData(String token, Node currentNode, EvaluationContext evaluationContext) private NodePatternMatcher.Path.parseOutgoingData(String token, Node currentNode, EvaluationContext evaluationContext) private NodePatternMatcher.Path.parseRoot(EvaluationContext context) private NodePatternMatcher.Path.resolve(EvaluationContext evaluationContext)