| Package | Description |
|---|---|
| de.rwth.i2.attestor.seplog |
The separation logic interface of Attestor.
|
| Modifier and Type | Method and Description |
|---|---|
SeparationLogicParser.TypeContext |
SeparationLogicParser.type() |
SeparationLogicParser.TypeContext |
SeparationLogicParser.VariableDeclarationContext.type() |
| Modifier and Type | Method and Description |
|---|---|
void |
SeparationLogicBaseListener.enterType(SeparationLogicParser.TypeContext ctx)
Enter a parse tree produced by
SeparationLogicParser.type(). |
void |
SeparationLogicListener.enterType(SeparationLogicParser.TypeContext ctx)
Enter a parse tree produced by
SeparationLogicParser.type(). |
void |
VariableExtractor.enterType(SeparationLogicParser.TypeContext ctx) |
void |
GrammarExtractor.enterType(SeparationLogicParser.TypeContext ctx)
Retrieves the type of a variable declaration.
|
void |
SeparationLogicBaseListener.exitType(SeparationLogicParser.TypeContext ctx)
Exit a parse tree produced by
SeparationLogicParser.type(). |
void |
SeparationLogicListener.exitType(SeparationLogicParser.TypeContext ctx)
Exit a parse tree produced by
SeparationLogicParser.type(). |
Copyright © 2019. All rights reserved.