public final class CacheExpression extends MessageContainer
MessageContainer.Message| Constructor and Description |
|---|
CacheExpression(Parameter sourceParameter,
AnnotationMirror sourceAnnotationMirror,
DSLExpression expression) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDimensions() |
DSLExpression |
getExpression() |
AnnotationMirror |
getMessageAnnotation() |
AnnotationValue |
getMessageAnnotationValue() |
Element |
getMessageElement() |
Parameter |
getParameter() |
void |
setDimensions(int dimensions) |
addError, addError, addError, addWarning, addWarning, collectMessages, emitMessages, findChildContainers, getBaseContainer, getMessages, hasErrors, iteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic CacheExpression(Parameter sourceParameter, AnnotationMirror sourceAnnotationMirror, DSLExpression expression)
public void setDimensions(int dimensions)
public int getDimensions()
public Parameter getParameter()
public Element getMessageElement()
getMessageElement in class MessageContainerpublic AnnotationMirror getMessageAnnotation()
getMessageAnnotation in class MessageContainerpublic AnnotationValue getMessageAnnotationValue()
getMessageAnnotationValue in class MessageContainerpublic DSLExpression getExpression()