|
||||||||||
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 | |
---|---|
boolean |
superAccess
|
int |
tagSourceEnd
|
int |
tagSourceStart
|
int |
tagValue
|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.AllocationExpression |
---|
arguments, binding, codegenBinding, 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)
|
TypeBinding |
resolveType(ClassScope scope)
|
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.AllocationExpression |
---|
analyseCode, checkCapturedLocalInitializationIfNecessary, enclosingInstance, generateCode, genericTypeArguments, isTypeAccess, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, printExpression, setActualReceiverType, setDepth, setFieldIndex, traverse |
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 |
---|
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 boolean superAccess
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)
resolveType
in class AllocationExpression
public TypeBinding resolveType(ClassScope scope)
resolveType
in class Expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |