public class AbstractBoomerangResults.Context extends Object
| Constructor and Description |
|---|
Context(Node<Statement,Val> node,
ForwardQuery forwardQuery) |
| Modifier and Type | Method and Description |
|---|---|
void |
addUnbalancedNodes(INode<Val> target) |
void |
computeUnmatchedClosingContext() |
void |
computeUnmatchedOpeningContext() |
boolean |
equals(Object obj) |
PAutomaton<Statement,INode<Val>> |
getClosingContext() |
PAutomaton<Statement,INode<Val>> |
getOpeningContext() |
int |
hashCode() |
public Context(Node<Statement,Val> node, ForwardQuery forwardQuery)
public void computeUnmatchedClosingContext()
public void computeUnmatchedOpeningContext()
public PAutomaton<Statement,INode<Val>> getOpeningContext()
public PAutomaton<Statement,INode<Val>> getClosingContext()
Copyright © 2023. All rights reserved.