|
||||||||||
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, type, typeArguments |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
---|
constant, implicitConversion, resolvedType, statementEnd |
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, enclosingInstance, generateCode, genericTypeArguments, isTypeAccess, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, printExpression, setActualReceiverType, setDepth, setFieldIndex |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, 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 |
---|
equals, 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 InvocationSite
isSuperAccess
in class AllocationExpression
public TypeBinding resolveType(BlockScope scope)
Expression
resolveType
in class AllocationExpression
public 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 |