Package compilation.analysis.semantic
Class AnnotatedExpressionStatement
- java.lang.Object
-
- compilation.analysis.semantic.AnnotatedExpressionStatement
-
- All Implemented Interfaces:
AnnotatedStatement
public final class AnnotatedExpressionStatement extends java.lang.Object implements AnnotatedStatement
The AnnotatedExpressionStatement class is used to store information about annotated expression statements declared during compilation.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AnnotatedExpressionStatement(AnnotatedExpression expression)Constructs an AnnotatedExpressionStatement object, initialised with the statements contents.
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface compilation.analysis.semantic.AnnotatedStatement
getStatementType
-
-
-
-
Constructor Detail
-
AnnotatedExpressionStatement
public AnnotatedExpressionStatement(AnnotatedExpression expression)
Constructs an AnnotatedExpressionStatement object, initialised with the statements contents.- Parameters:
expression- The AnnotatedExpression object
-
-