Class FloatingPointLiteralValueImpl.FloatingPointLiteralValueBuilder
java.lang.Object
cool.klass.model.meta.domain.AbstractElement.ElementBuilder<BuiltElement>
cool.klass.model.meta.domain.value.AbstractExpressionValue.AbstractExpressionValueBuilder<BuiltElement>
cool.klass.model.meta.domain.value.literal.AbstractLiteralValue.AbstractLiteralValueBuilder<FloatingPointLiteralValueImpl>
cool.klass.model.meta.domain.value.literal.FloatingPointLiteralValueImpl.FloatingPointLiteralValueBuilder
- Enclosing class:
- FloatingPointLiteralValueImpl
public static final class FloatingPointLiteralValueImpl.FloatingPointLiteralValueBuilder
extends AbstractLiteralValue.AbstractLiteralValueBuilder<FloatingPointLiteralValueImpl>
-
Field Summary
Fields inherited from class cool.klass.model.meta.domain.AbstractElement.ElementBuilder
element, elementContext, macroElement, sourceCode -
Constructor Summary
ConstructorsConstructorDescriptionFloatingPointLiteralValueBuilder(KlassParser.FloatingPointLiteralContext elementContext, Optional<AbstractElement.ElementBuilder<?>> macroElement, SourceCode.SourceCodeBuilder sourceCode, double value) -
Method Summary
Methods inherited from class cool.klass.model.meta.domain.AbstractElement.ElementBuilder
build, buildChildren, getElement
-
Constructor Details
-
FloatingPointLiteralValueBuilder
public FloatingPointLiteralValueBuilder(@Nonnull KlassParser.FloatingPointLiteralContext elementContext, @Nonnull Optional<AbstractElement.ElementBuilder<?>> macroElement, @Nullable SourceCode.SourceCodeBuilder sourceCode, double value)
-
-
Method Details
-
buildUnsafe
- Specified by:
buildUnsafein classAbstractElement.ElementBuilder<FloatingPointLiteralValueImpl>
-