public interface SourceExpression extends SourceElement, CompiledExpression
| Modifier and Type | Field and Description | 
|---|---|
| static SourceExpression[] | EMPTY_ARRAY | 
CHILDREN_ALL, CHILDREN_BLANKLINES, CHILDREN_COMMENTS, CHILDREN_default, CHILDREN_none, CHILDREN_REGULAR, PRINT_ALL, REFORMAT_ALL, REFORMAT_INDENT| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getConstantValue()Determine if this expression is a constant expression, and if so,
 compute the constant value of this expression. | 
| int | getExpressionCode() | 
| SourceExpression | getFirstOperand() | 
| SourceExpression | getOperandAt(int index)Gets the operand at the specified index in the operand array. | 
| int | getOperandCount() | 
| java.util.List<SourceExpression> | getOperands() | 
| int | getOperatorCode()Same thing as getExpressionCode(). | 
| SourceExpression | getSecondOperand() | 
| SourceExpression | getThirdOperand() | 
addSelf, addSelf, addSelfAfter, addSelfBefore, adjustTextIndentation, clearBinding, cloneSelf, compile, createContext, getBinding, getChildren, getChildren, getCompiledObject, getContainedElements, getContext, getEndOffset, getFirstToken, getJdkVersion, getLastToken, getOwningFile, getOwningSourceFile, getParent, getSiblingAfter, getSiblingAfter, getSiblingBefore, getSiblingBefore, getSiblings, getSiblings, getStartOffset, getSymbolKind, getText, getTokens, getTokens, hasErrors, print, print, print, print, reformatSelf, removeSelf, replaceSelf, resolve, setBinding, setContext, visitSelfgetCompiledObject, getResolvedObjectgetResolvedType, getUnresolvedTypegetElementKind, getFile, getModifiers, getOwner, getSourceElement, isDeprecated, isFinal, isHidden, isSourceElement, isSynthetic, printCompiledInfostatic final SourceExpression[] EMPTY_ARRAY
java.lang.Object getConstantValue()
int getExpressionCode()
int getOperatorCode()
SourceExpression getFirstOperand()
SourceExpression getSecondOperand()
SourceExpression getThirdOperand()
java.util.List<SourceExpression> getOperands()
int getOperandCount()
SourceExpression getOperandAt(int index)
index - 0-based.