Class DoubleLiteralImpl

java.lang.Object
org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
tools.mdsd.jamopp.model.java.commons.impl.CommentableImpl
tools.mdsd.jamopp.model.java.arrays.impl.ArrayInitializationValueImpl
All Implemented Interfaces:
Notifier, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject, AnnotationValue, ArrayInitializationValue, Commentable, AdditiveExpressionChild, AndExpressionChild, AssignmentExpressionChild, ConditionalAndExpressionChild, ConditionalExpressionChild, ConditionalOrExpressionChild, EqualityExpressionChild, ExclusiveOrExpressionChild, Expression, InclusiveOrExpressionChild, InstanceOfExpressionChild, LambdaBody, MethodReferenceExpressionChild, MultiplicativeExpressionChild, PrimaryExpression, RelationExpressionChild, ShiftExpressionChild, UnaryExpressionChild, UnaryModificationExpressionChild, DoubleLiteral, Literal
Direct Known Subclasses:
DecimalDoubleLiteralImpl, HexDoubleLiteralImpl

public abstract class DoubleLiteralImpl extends LiteralImpl implements DoubleLiteral
An implementation of the model object 'Double Literal'.
Generated class or method.
  • Constructor Details

    • DoubleLiteralImpl

      protected DoubleLiteralImpl()
      Generated class or method.
  • Method Details