Class 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
    • 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 identifier
        objectType - The data type of the identifier