Class LiteralExpression<T>

All Implemented Interfaces:
ModuleElement, IExecutableModuleElement
Direct Known Subclasses:
BooleanLiteral, CollectionLiteralExpression, EnumerationLiteralExpression, IntegerLiteral, MapLiteralExpression, RealLiteral, StringLiteral

public abstract class LiteralExpression<T> extends Expression
  • Field Details

    • value

      protected T value
  • Constructor Details

    • LiteralExpression

      public LiteralExpression()
    • LiteralExpression

      public LiteralExpression(T value)
  • Method Details