Interface CharacterLiteral

All Superinterfaces:
AdditiveExpressionChild, AndExpressionChild, AnnotationValue, ArrayInitializationValue, AssignmentExpressionChild, Commentable, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EObject, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, Literal, MethodReferenceExpressionChild, MultiplicativeExpressionChild, Notifier, PrimaryExpression, RelationExpressionChild, ShiftExpressionChild, UnaryExpressionChild, UnaryModificationExpressionChild
All Known Implementing Classes:
CharacterLiteralImpl

public interface CharacterLiteral extends Literal
A representation of the model object 'Character Literal'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getValue

      String getValue()
      Returns the value of the 'Value' attribute.
      Returns:
      the value of the 'Value' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true"
    • setValue

      void setValue(String value)
      Sets the value of the 'Value' attribute.
      Parameters:
      value - the new value of the 'Value' attribute.
      See Also:
      Generated class or method.