Package compilation.analysis.semantic
Interface AnnotatedStatement
-
- All Known Implementing Classes:
AnnotatedBlockStatement,AnnotatedConditionalStatement,AnnotatedExpressionStatement,AnnotatedLoopStatement,AnnotatedSourceStatement
public interface AnnotatedStatementThe AnnotatedStatement interface is used to represent annotated statements declared during compilation.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedStatementTypegetStatementType()Return the AnnotatedStatementType of an AnnotatedStatement object
-
-
-
Method Detail
-
getStatementType
AnnotatedStatementType getStatementType()
Return the AnnotatedStatementType of an AnnotatedStatement object- Returns:
- the type of the Statement
-
-