|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.org.eclipse.jdt.internal.compiler.ast.ASTNode
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression
org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleNameReference
org.aspectj.org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnJavadocTag
public class CompletionOnJavadocTag
| Field Summary | |
|---|---|
int |
completionFlags
|
static char[][][] |
NO_CHAR_CHAR_CHAR
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference |
|---|
tagSourceEnd, tagSourceStart |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleNameReference |
|---|
genericCast, READ, syntheticAccessors, token, WRITE |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference |
|---|
actualReceiverType, binding |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
COMPLAINED_FAKE_REACHABLE, COMPLAINED_UNREACHABLE, NOT_COMPLAINED |
| Fields inherited from interface org.aspectj.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.aspectj.org.eclipse.jdt.internal.compiler.ast.OperatorIds |
|---|
AND, AND_AND, DIVIDE, EQUAL, EQUAL_EQUAL, GREATER, GREATER_EQUAL, INSTANCEOF, LEFT_SHIFT, LESS, LESS_EQUAL, MINUS, MINUS_MINUS, MULTIPLY, NOT, NOT_EQUAL, NumberOfTables, OR, OR_OR, PLUS, PLUS_PLUS, QUESTIONCOLON, REMAINDER, RIGHT_SHIFT, TWIDDLE, UNSIGNED_RIGHT_SHIFT, XOR |
| Constructor Summary | |
|---|---|
CompletionOnJavadocTag(char[] source,
long pos,
int tagStart,
int tagEnd,
char[][][] possibleTags,
boolean orphan)
|
|
| Method Summary | |
|---|---|
void |
addCompletionFlags(int flags)
|
void |
filterPossibleTags(Scope scope)
|
int |
getCompletionFlags()
Get completion node flags. |
char[][] |
getPossibleBlockTags()
Return possible block tags |
char[][] |
getPossibleInlineTags()
Return possible inline tags |
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.JavadocSingleNameReference |
|---|
resolve, resolve, traverse, traverse |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.SingleNameReference |
|---|
analyseAssignment, analyseCode, analyseCode, checkFieldAccess, computeConversion, generateAssignment, generateCode, generateCompoundAssignment, generateCompoundAssignment, generatePostIncrement, generateReceiver, genericTypeArguments, localVariableBinding, manageEnclosingInstanceAccessIfNecessary, manageSyntheticAccessIfNecessary, nullStatus, postConversionType, reportError, resolveType, unboundReferenceErrorName |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NameReference |
|---|
fieldBinding, isSuperAccess, isTypeAccess, isTypeReference, setActualReceiverType, setDepth, setFieldIndex |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Reference |
|---|
fieldStore |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
checkCastTypesCompatibility, checkNPE, checkUnsafeCast, forcedToBeRaw, generateCode, generateOptimizedBoolean, generateOptimizedStringConcatenation, generateOptimizedStringConcatenationCreation, getDirectBinding, isCompactableOperation, isConstantValueOfTypeAssignableToType, isConstantValueRepresentable, markAsNonNull, optimizedBooleanConstant, print, printStatement, resolveType, resolveTypeExpecting, reusableJSRTarget, setExpectedType, tagAsNeedCheckCast, tagAsUnnecessaryCast, toTypeReference |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, checkAgainstNullAnnotation, complainIfUnreachable, expectedType, generateArguments, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, isValidJavaStatement, resolveCase |
| Methods inherited from class org.aspectj.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.aspectj.org.eclipse.jdt.internal.compiler.lookup.InvocationSite |
|---|
expectedType, sourceEnd, sourceStart |
| Field Detail |
|---|
public int completionFlags
public static final char[][][] NO_CHAR_CHAR_CHAR
| Constructor Detail |
|---|
public CompletionOnJavadocTag(char[] source,
long pos,
int tagStart,
int tagEnd,
char[][][] possibleTags,
boolean orphan)
| Method Detail |
|---|
public void addCompletionFlags(int flags)
addCompletionFlags in interface CompletionOnJavadocflags - 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 SingleNameReferencepublic void filterPossibleTags(Scope scope)
public char[][] getPossibleBlockTags()
public char[][] getPossibleInlineTags()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||