Class LiteralListValueImpl
java.lang.Object
cool.klass.model.meta.domain.AbstractElement
cool.klass.model.meta.domain.value.AbstractExpressionValue
cool.klass.model.meta.domain.value.literal.AbstractLiteralValue
cool.klass.model.meta.domain.value.literal.LiteralListValueImpl
- All Implemented Interfaces:
Element,ElementWithSourceCode,ExpressionValue,LiteralListValue,LiteralValue
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class cool.klass.model.meta.domain.value.literal.AbstractLiteralValue
AbstractLiteralValue.AbstractLiteralValueBuilder<BuiltElement extends AbstractLiteralValue>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.value.AbstractExpressionValue
AbstractExpressionValue.AbstractExpressionValueBuilder<BuiltElement extends AbstractExpressionValue>Nested classes/interfaces inherited from class cool.klass.model.meta.domain.AbstractElement
AbstractElement.ElementBuilder<BuiltElement extends Element> -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.list.ImmutableList<LiteralValue>getType()voidsetLiteralValues(org.eclipse.collections.api.list.ImmutableList<LiteralValue> literalValues) Methods inherited from class cool.klass.model.meta.domain.AbstractElement
getMacroElement, getSourceCodeObjectMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.klass.model.meta.domain.api.Element
getMacroElementMethods inherited from interface cool.klass.model.meta.domain.api.value.literal.LiteralListValue
visit
-
Method Details
-
getElementContext
- Specified by:
getElementContextin interfaceElementWithSourceCode- Overrides:
getElementContextin classAbstractElement
-
getLiteralValues
- Specified by:
getLiteralValuesin interfaceLiteralListValue
-
setLiteralValues
public void setLiteralValues(@Nonnull org.eclipse.collections.api.list.ImmutableList<LiteralValue> literalValues) -
getType
- Specified by:
getTypein interfaceLiteralListValue
-