|
||||||||||
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
org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocAllocationExpression
public class CompletionOnJavadocAllocationExpression
Field Summary | |
---|---|
int |
completionFlags
|
int |
separatorPosition
|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression |
---|
memberStart, qualification, tagSourceEnd, tagSourceStart, 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 |
Fields inherited from interface org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadoc |
---|
ALL_POSSIBLE_TAGS, BASE_TYPES, EXCEPTION, FORMAL_REFERENCE, JAVADOC, ONLY_INLINE_TAG, REPLACE_TAG, TEXT |
Constructor Summary | |
---|---|
CompletionOnJavadocAllocationExpression(JavadocAllocationExpression allocation,
int position)
|
|
CompletionOnJavadocAllocationExpression(JavadocAllocationExpression allocation,
int position,
int flags)
|
Method Summary | |
---|---|
void |
addCompletionFlags(int flags)
|
boolean |
completeAnException()
|
boolean |
completeBaseTypes()
|
boolean |
completeFormalReference()
|
boolean |
completeInText()
|
int |
getCompletionFlags()
Get completion node flags. |
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.JavadocAllocationExpression |
---|
isSuperAccess, resolveType, resolveType, traverse, traverse |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.AllocationExpression |
---|
analyseCode, checkCapturedLocalInitializationIfNecessary, enclosingInstance, generateCode, genericTypeArguments, isTypeAccess, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, 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 completionFlags
public int separatorPosition
Constructor Detail |
---|
public CompletionOnJavadocAllocationExpression(JavadocAllocationExpression allocation, int position)
public CompletionOnJavadocAllocationExpression(JavadocAllocationExpression allocation, int position, int flags)
Method Detail |
---|
public void addCompletionFlags(int flags)
addCompletionFlags
in interface CompletionOnJavadoc
flags
- The completionFlags to set.public boolean completeAnException()
public boolean completeInText()
public boolean completeBaseTypes()
public boolean completeFormalReference()
public int getCompletionFlags()
getCompletionFlags
in interface CompletionOnJavadoc
public java.lang.StringBuffer printExpression(int indent, java.lang.StringBuffer output)
printExpression
in class AllocationExpression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |