public class FormulaWalker extends AnalysisAdapter
| Constructor and Description |
|---|
FormulaWalker() |
| Modifier and Type | Method and Description |
|---|---|
void |
caseAAndStateform(AAndStateform node) |
void |
caseAAtomicpropTerm(AAtomicpropTerm node) |
void |
caseAFalseTerm(AFalseTerm node) |
void |
caseANegStateform(ANegStateform node) |
void |
caseANextLtlform(ANextLtlform node) |
void |
caseAOrStateform(AOrStateform node) |
void |
caseAReleaseLtlform(AUntilLtlform node) |
void |
caseAStateformLtlform(AStateformLtlform node) |
void |
caseATermLtlform(ATermLtlform node) |
void |
caseATrueTerm(ATrueTerm node) |
void |
caseAUntilLtlform(AUntilLtlform node) |
void |
caseStart(Start node) |
com.google.common.collect.HashBiMap<Node,ANextLtlform> |
getAdditionalNextFormulae() |
ArrayList<Node> |
getSuccessors() |
void |
resetSuccessors() |
caseABimapAtomicprop, caseABtreeAtomicprop, caseADllAtomicprop, caseAEqualAtomicprop, caseAFinallyLtlform, caseAGloballyLtlform, caseAIdenticneighboursAtomicprop, caseAImpliesLtlform, caseAIsreachAtomicprop, caseAIsreachselAtomicprop, caseANotequalAtomicprop, caseANtshapeAtomicprop, caseAReleaseLtlform, caseASllAtomicprop, caseATerminatedAtomicprop, caseATreeAtomicprop, caseAVisitedAtomicprop, caseAVisitedbyAtomicprop, caseEOF, caseInvalidToken, caseTAnd, caseTApbimap, caseTApbtree, caseTApdll, caseTApequal, caseTApidenticneighbours, caseTApisreach, caseTApisreachsel, caseTApnotequal, caseTApntshape, caseTApsll, caseTApterminated, caseTAptree, caseTApvisited, caseTApvisitedby, caseTBlank, caseTFalse, caseTFinally, caseTGlobally, caseTImplies, caseTLcurlyparen, caseTLparen, caseTNeg, caseTNext, caseTOr, caseTRcurlyparen, caseTRelease, caseTRparen, caseTTrue, caseTUntil, defaultCase, getIn, getOut, setIn, setOutpublic void caseStart(Start node)
caseStart in interface AnalysiscaseStart in class AnalysisAdapterpublic void caseAStateformLtlform(AStateformLtlform node)
caseAStateformLtlform in interface AnalysiscaseAStateformLtlform in class AnalysisAdapterpublic void caseANextLtlform(ANextLtlform node)
caseANextLtlform in interface AnalysiscaseANextLtlform in class AnalysisAdapterpublic void caseATermLtlform(ATermLtlform node)
caseATermLtlform in interface AnalysiscaseATermLtlform in class AnalysisAdapterpublic void caseAUntilLtlform(AUntilLtlform node)
caseAUntilLtlform in interface AnalysiscaseAUntilLtlform in class AnalysisAdapterpublic void caseAReleaseLtlform(AUntilLtlform node)
public void caseANegStateform(ANegStateform node)
caseANegStateform in interface AnalysiscaseANegStateform in class AnalysisAdapterpublic void caseAAndStateform(AAndStateform node)
caseAAndStateform in interface AnalysiscaseAAndStateform in class AnalysisAdapterpublic void caseAOrStateform(AOrStateform node)
caseAOrStateform in interface AnalysiscaseAOrStateform in class AnalysisAdapterpublic void caseATrueTerm(ATrueTerm node)
caseATrueTerm in interface AnalysiscaseATrueTerm in class AnalysisAdapterpublic void caseAFalseTerm(AFalseTerm node)
caseAFalseTerm in interface AnalysiscaseAFalseTerm in class AnalysisAdapterpublic void caseAAtomicpropTerm(AAtomicpropTerm node)
caseAAtomicpropTerm in interface AnalysiscaseAAtomicpropTerm in class AnalysisAdapterpublic com.google.common.collect.HashBiMap<Node,ANextLtlform> getAdditionalNextFormulae()
public void resetSuccessors()
Copyright © 2018. All rights reserved.