| Package | Description |
|---|---|
| de.rwth.i2.attestor.seplog |
The separation logic interface of Attestor.
|
| Modifier and Type | Method and Description |
|---|---|
SeparationLogicParser.PredicateCallContext |
SeparationLogicParser.predicateCall() |
SeparationLogicParser.PredicateCallContext |
SeparationLogicParser.SpatialContext.predicateCall() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeparationLogicBaseListener.enterPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Enter a parse tree produced by
SeparationLogicParser.predicateCall(). |
void |
SeparationLogicListener.enterPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Enter a parse tree produced by
SeparationLogicParser.predicateCall(). |
void |
HeapConfigurationExtractor.enterPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Prepares construction of a new nonterminal hyperedge.
|
void |
GrammarExtractor.enterPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Prepares the creation of a new nonterminal edge corresponding to a predicate call.
|
void |
SeparationLogicBaseListener.exitPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Exit a parse tree produced by
SeparationLogicParser.predicateCall(). |
void |
SeparationLogicListener.exitPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Exit a parse tree produced by
SeparationLogicParser.predicateCall(). |
void |
HeapConfigurationExtractor.exitPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Finishes construction of a nonterminal hyperedge.
|
void |
GrammarExtractor.exitPredicateCall(SeparationLogicParser.PredicateCallContext ctx)
Finishes the creation of a new nonterminal edge corresponding to a predicate call.
|
Copyright © 2019. All rights reserved.