Interface Literal

All Superinterfaces:
AdditiveExpressionChild, AndExpressionChild, AnnotationValue, ArrayInitializationValue, AssignmentExpressionChild, Commentable, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EObject, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, MethodReferenceExpressionChild, MultiplicativeExpressionChild, Notifier, PrimaryExpression, RelationExpressionChild, ShiftExpressionChild, UnaryExpressionChild, UnaryModificationExpressionChild
All Known Subinterfaces:
BinaryIntegerLiteral, BinaryLongLiteral, BooleanLiteral, CharacterLiteral, DecimalDoubleLiteral, DecimalFloatLiteral, DecimalIntegerLiteral, DecimalLongLiteral, DoubleLiteral, FloatLiteral, HexDoubleLiteral, HexFloatLiteral, HexIntegerLiteral, HexLongLiteral, IntegerLiteral, LongLiteral, NullLiteral, OctalIntegerLiteral, OctalLongLiteral
All Known Implementing Classes:
BinaryIntegerLiteralImpl, BinaryLongLiteralImpl, BooleanLiteralImpl, CharacterLiteralImpl, DecimalDoubleLiteralImpl, DecimalFloatLiteralImpl, DecimalIntegerLiteralImpl, DecimalLongLiteralImpl, DoubleLiteralImpl, FloatLiteralImpl, HexDoubleLiteralImpl, HexFloatLiteralImpl, HexIntegerLiteralImpl, HexLongLiteralImpl, IntegerLiteralImpl, LiteralImpl, LongLiteralImpl, NullLiteralImpl, OctalIntegerLiteralImpl, OctalLongLiteralImpl

public interface Literal extends PrimaryExpression
A representation of the model object 'Literal'.
See Also:
Generated class or method.
EMF model class or method.
abstract="true"
  • Method Details

    • getOneType

      Type getOneType(boolean alternative)
      Specified by:
      getOneType in interface Expression
      Generated class or method.
      EMF model class or method.