|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExpressionContext | |
|---|---|
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.lookup | |
| Uses of ExpressionContext in org.eclipse.jdt.internal.compiler.ast |
|---|
| Fields in org.eclipse.jdt.internal.compiler.ast declared as ExpressionContext | |
|---|---|
protected ExpressionContext |
FunctionalExpression.expressionContext
|
| Methods in org.eclipse.jdt.internal.compiler.ast that return ExpressionContext | |
|---|---|
ExpressionContext |
Statement.getExpressionContext()
|
ExpressionContext |
ConditionalExpression.getExpressionContext()
|
ExpressionContext |
FunctionalExpression.getExpressionContext()
|
ExpressionContext |
AllocationExpression.getExpressionContext()
|
ExpressionContext |
MessageSend.getExpressionContext()
|
static ExpressionContext |
ExpressionContext.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExpressionContext[] |
ExpressionContext.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.eclipse.jdt.internal.compiler.ast with parameters of type ExpressionContext | |
|---|---|
void |
Expression.setExpressionContext(ExpressionContext context)
|
void |
ConditionalExpression.setExpressionContext(ExpressionContext context)
|
void |
FunctionalExpression.setExpressionContext(ExpressionContext context)
|
void |
AllocationExpression.setExpressionContext(ExpressionContext context)
|
void |
MessageSend.setExpressionContext(ExpressionContext context)
|
| Uses of ExpressionContext in org.eclipse.jdt.internal.compiler.lookup |
|---|
| Methods in org.eclipse.jdt.internal.compiler.lookup that return ExpressionContext | |
|---|---|
ExpressionContext |
InvocationSite.getExpressionContext()
|
ExpressionContext |
InvocationSite.EmptyWithAstNode.getExpressionContext()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||