Package compilation.analysis.semantic
Class AnnotatedIdentifierExpression
- java.lang.Object
-
- compilation.analysis.semantic.AnnotatedIdentifierExpression
-
- All Implemented Interfaces:
AnnotatedExpression
public final class AnnotatedIdentifierExpression extends java.lang.Object implements AnnotatedExpression
The AnnotatedIdentifierExpression class is used to store information about annotated identifier expressions declared during compilation.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AnnotatedIdentifierExpression(java.lang.String name, ObjectType objectType)Constructs an AnnotatedIdentifierExpression object, initialised with the expressions 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.AnnotatedExpression
getExpressionType, getObjectType
-
-
-
-
Constructor Detail
-
AnnotatedIdentifierExpression
public AnnotatedIdentifierExpression(java.lang.String name, ObjectType objectType)Constructs an AnnotatedIdentifierExpression object, initialised with the expressions contents.- Parameters:
name- The name of the identifierobjectType- The data type of the identifier
-
-