|
||||||||||
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.Reference
org.eclipse.jdt.internal.compiler.ast.NameReference
org.eclipse.jdt.internal.compiler.ast.SingleNameReference
org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocParamNameReference
public class CompletionOnJavadocParamNameReference
Field Summary | |
---|---|
int |
completionFlags
|
char[][] |
missingParams
|
char[][] |
missingTypeParams
|
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference |
---|
tagSourceEnd, tagSourceStart |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.SingleNameReference |
---|
genericCast, READ, syntheticAccessors, token, WRITE |
Fields inherited from class org.eclipse.jdt.internal.compiler.ast.NameReference |
---|
actualReceiverType, binding, codegenBinding |
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 |
Fields inherited from interface org.eclipse.jdt.internal.compiler.ast.OperatorIds |
---|
AND, AND_AND, DIVIDE, EQUAL, EQUAL_EQUAL, GREATER, GREATER_EQUAL, INSTANCEOF, JML_ELEMTYPE, JML_EQUIV, JML_IMPLIES, JML_NONNULLELEMENTS, JML_NOT_ASSIGNED, JML_NOT_EQUIV, JML_NOT_MODIFIED, JML_OLD, JML_PRE, JML_REPRESENTS, JML_REV_IMPLIES, JML_TYPE, JML_TYPEOF, JmlOtherOpIdStart, LEFT_SHIFT, LESS, LESS_EQUAL, MINUS, MINUS_MINUS, MULTIPLY, NOT, NOT_EQUAL, NumberOfExtraTablesForJML, NumberOfTables, OR, OR_OR, PLUS, PLUS_PLUS, QUESTIONCOLON, REMAINDER, RIGHT_SHIFT, TWIDDLE, UNSIGNED_RIGHT_SHIFT, XOR |
Constructor Summary | |
---|---|
CompletionOnJavadocParamNameReference(char[] name,
long pos,
int start,
int end)
|
|
CompletionOnJavadocParamNameReference(JavadocSingleNameReference nameRef)
|
Method Summary | |
---|---|
void |
addCompletionFlags(int flags)
|
int |
getCompletionFlags()
Get completion node flags. |
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
TypeBinding |
reportError(BlockScope scope)
|
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference |
---|
resolve, resolve, traverse, traverse |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.SingleNameReference |
---|
analyseAssignment, analyseCode, analyseCode, checkFieldAccess, computeConversion, generateAssignment, generateCode, generateCompoundAssignment, generateCompoundAssignment, generatePostIncrement, generateReceiver, genericTypeArguments, localVariableBinding, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, nullStatus, postConversionType, resolveType, unboundReferenceErrorName |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.NameReference |
---|
fieldBinding, isSuperAccess, isTypeAccess, isTypeReference, setActualReceiverType, setDepth, setFieldIndex |
Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Reference |
---|
fieldStore |
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 char[][] missingParams
public char[][] missingTypeParams
Constructor Detail |
---|
public CompletionOnJavadocParamNameReference(char[] name, long pos, int start, int end)
public CompletionOnJavadocParamNameReference(JavadocSingleNameReference nameRef)
Method Detail |
---|
public void addCompletionFlags(int flags)
addCompletionFlags
in interface CompletionOnJavadoc
flags
- The completionFlags to set.public int getCompletionFlags()
getCompletionFlags
in interface CompletionOnJavadoc
public java.lang.StringBuffer printExpression(int indent, java.lang.StringBuffer output)
printExpression
in class SingleNameReference
public TypeBinding reportError(BlockScope scope)
reportError
in class SingleNameReference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |