public class CtLiteralImpl<T> extends CtExpressionImpl<T> implements CtLiteral<T>
logger
Constructor and Description |
---|
CtLiteralImpl() |
Modifier and Type | Method and Description |
---|---|
void |
accept(CtVisitor visitor)
Accepts a visitor.
|
T |
getValue()
Gets the actual value of the literal (statically known).
|
void |
setValue(T value)
Sets the actual value of the literal.
|
addTypeCast, getSubstitution, getType, getTypeCasts, S, setType, setTypeCasts
partiallyEvaluate
addAnnotation, compareTo, EMPTY_COLLECTION, EMPTY_LIST, EMPTY_SET, equals, getAnnotatedChildren, getAnnotation, getAnnotation, getAnnotations, getDocComment, getElements, getFactory, getParent, getParent, getParentNoExceptions, getPosition, getReferencedTypes, getReferences, getSignature, hashCode, hasParent, isImplicit, isParentInitialized, isRootElement, removeAnnotation, replace, replace, setAnnotations, setDocComment, setFactory, setImplicit, setParent, setPosition, setPositions, setRootElement, toString, updateAllParentsBelow
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addTypeCast, getTypeCasts, setTypeCasts
partiallyEvaluate
getType, setType
addAnnotation, getAnnotatedChildren, getAnnotation, getAnnotation, getAnnotations, getDocComment, getElements, getParent, getParent, getPosition, getReferencedTypes, getReferences, getSignature, hasParent, isImplicit, isParentInitialized, isRootElement, removeAnnotation, replace, setAnnotations, setDocComment, setImplicit, setParent, setPosition, setPositions, setRootElement, updateAllParentsBelow
getFactory, setFactory
compareTo
getSubstitution, S
Copyright © 2007–2014 Inria. All rights reserved.