|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.ast.ASTNode
org.eclipse.jdt.internal.compiler.ast.Statement
org.eclipse.jdt.internal.compiler.ast.Expression
org.eclipse.jdt.internal.compiler.ast.AllocationExpression
org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression
public class JavadocAllocationExpression
| Field Summary | |
|---|---|
int |
memberStart
|
char[][] |
qualification
|
int |
tagSourceEnd
|
int |
tagSourceStart
|
int |
tagValue
|
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.AllocationExpression |
|---|
arguments, binding, enumConstant, genericTypeArguments, inferredReturnType, type, typeArguments, typeExpected |
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
COMPLAINED_FAKE_REACHABLE, COMPLAINED_UNREACHABLE, NOT_COMPLAINED |
| Constructor Summary | |
|---|---|
JavadocAllocationExpression(int start,
int end)
|
|
JavadocAllocationExpression(long pos)
|
|
| Method Summary | |
|---|---|
boolean |
isSuperAccess()
|
TypeBinding |
resolveType(BlockScope scope)
Resolve the type of this expression in the context of a blockScope |
TypeBinding |
resolveType(ClassScope scope)
Resolve the type of this expression in the context of a classScope |
void |
traverse(ASTVisitor visitor,
BlockScope scope)
Traverse an expression in the context of a blockScope |
void |
traverse(ASTVisitor visitor,
ClassScope scope)
Traverse an expression in the context of a classScope |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.AllocationExpression |
|---|
analyseCode, checkCapturedLocalInitializationIfNecessary, checkTypeArgumentRedundancy, enclosingInstance, expectedType, generateCode, genericTypeArguments, inferElidedTypes, isTypeAccess, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, printExpression, setActualReceiverType, setDepth, setExpectedType, setFieldIndex |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, checkAgainstNullAnnotation, complainIfUnreachable, generateArguments, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, isValidJavaStatement, resolveCase |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
|---|
sourceEnd, sourceStart |
| Field Detail |
|---|
public int tagSourceStart
public int tagSourceEnd
public int tagValue
public int memberStart
public char[][] qualification
| Constructor Detail |
|---|
public JavadocAllocationExpression(int start,
int end)
public JavadocAllocationExpression(long pos)
| Method Detail |
|---|
public boolean isSuperAccess()
isSuperAccess in interface InvocationSiteisSuperAccess in class AllocationExpressionpublic TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class AllocationExpressionpublic TypeBinding resolveType(ClassScope scope)
Expression
resolveType in class Expression
public void traverse(ASTVisitor visitor,
BlockScope scope)
Expression
traverse in class AllocationExpression
public void traverse(ASTVisitor visitor,
ClassScope scope)
Expression
traverse in class Expression
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||