| Package | Description |
|---|---|
| de.rwth.i2.attestor.seplog |
The separation logic interface of Attestor.
|
| Modifier and Type | Method and Description |
|---|---|
SeparationLogicParser.ParameterContext |
SeparationLogicParser.parameter() |
SeparationLogicParser.ParameterContext |
SeparationLogicParser.PredicateCallContext.parameter(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<SeparationLogicParser.ParameterContext> |
SeparationLogicParser.PredicateCallContext.parameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeparationLogicBaseListener.enterParameter(SeparationLogicParser.ParameterContext ctx)
Enter a parse tree produced by
SeparationLogicParser.parameter(). |
void |
SeparationLogicListener.enterParameter(SeparationLogicParser.ParameterContext ctx)
Enter a parse tree produced by
SeparationLogicParser.parameter(). |
void |
SeparationLogicBaseListener.exitParameter(SeparationLogicParser.ParameterContext ctx)
Exit a parse tree produced by
SeparationLogicParser.parameter(). |
void |
SeparationLogicListener.exitParameter(SeparationLogicParser.ParameterContext ctx)
Exit a parse tree produced by
SeparationLogicParser.parameter(). |
void |
HeapConfigurationExtractor.exitParameter(SeparationLogicParser.ParameterContext ctx)
Finishes collection of nodes attached to the next nonterminal hyperedge.
|
void |
GrammarExtractor.exitParameter(SeparationLogicParser.ParameterContext ctx)
Adds a parameter to the list of parameters of the currently considered predicate call.
|
Copyright © 2019. All rights reserved.