public interface TwoParamsOpDynamicAnnotationExpression extends DynamicAnnotationExpression
| Modifier and Type | Interface and Description |
|---|---|
static class |
TwoParamsOpDynamicAnnotationExpression.Type
Type (Operator) of the expression
|
| Modifier and Type | Method and Description |
|---|---|
DynamicAnnotationExpression |
getLeftExpression()
Returns the first expression (left child)
|
DynamicAnnotationExpression |
getRightExpression()
Returns the second expression (right child)
|
TwoParamsOpDynamicAnnotationExpression.Type |
getType()
Returns the type of the expression result
|
asAnnotationPath, asApply, asCast, asCollection, asIf, asIsOf, asLabeledElement, asLabeledElementReference, asNavigationPropertyPath, asNot, asNull, asPath, asPropertyPath, asPropertyValue, asRecord, asTwoParamsOp, asUrlRef, isAnnotationPath, isApply, isCast, isCollection, isIf, isIsOf, isLabeledElement, isLabeledElementReference, isNavigationPropertyPath, isNot, isNull, isPath, isPropertyPath, isPropertyValue, isRecord, isTwoParamsOp, isUrlRefasConstant, asDynamic, isConstant, isDynamicTwoParamsOpDynamicAnnotationExpression.Type getType()
DynamicAnnotationExpression getLeftExpression()
DynamicAnnotationExpression getRightExpression()
Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.