|
|||||||||
| 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.Annotation
org.aspectj.org.eclipse.jdt.internal.compiler.ast.NormalAnnotation
org.aspectj.org.eclipse.jdt.internal.codeassist.complete.CompletionOnAnnotationMemberValuePair
public class CompletionOnAnnotationMemberValuePair
| Field Summary | |
|---|---|
MemberValuePair |
completedMemberValuePair
|
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NormalAnnotation |
|---|
memberValuePairs |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation |
|---|
declarationSourceEnd, recipient, type |
| Fields inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Constructor Summary | |
|---|---|
CompletionOnAnnotationMemberValuePair(TypeReference type,
int sourceStart,
MemberValuePair[] memberValuePairs,
MemberValuePair completedMemberValuePair)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
TypeBinding |
resolveType(BlockScope scope)
Resolve the type of this expression in the context of a blockScope |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.NormalAnnotation |
|---|
computeElementValuePairs, memberValuePairs, traverse |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Annotation |
|---|
getCompilerAnnotation, getRetentionPolicy, getTargetElementType, recordSuppressWarnings |
| Methods inherited from class org.aspectj.org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, 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 |
| Field Detail |
|---|
public MemberValuePair completedMemberValuePair
| Constructor Detail |
|---|
public CompletionOnAnnotationMemberValuePair(TypeReference type,
int sourceStart,
MemberValuePair[] memberValuePairs,
MemberValuePair completedMemberValuePair)
| Method Detail |
|---|
public TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class Annotation
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class NormalAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||