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