Class LongLiteralImpl

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, Literal, LongLiteral
Direct Known Subclasses:
BinaryLongLiteralImpl, DecimalLongLiteralImpl, HexLongLiteralImpl, OctalLongLiteralImpl

public abstract class LongLiteralImpl extends LiteralImpl implements LongLiteral
An implementation of the model object 'Long Literal'.
Generated class or method.
  • Constructor Details

    • LongLiteralImpl

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