|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
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.TypeReference
org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
org.eclipse.jdt.internal.compiler.ast.Wildcard
public class Wildcard
Node to represent Wildcard
| 字段摘要 | |
|---|---|
TypeReference |
bound
|
static int |
EXTENDS
|
int |
kind
|
static int |
SUPER
|
static int |
UNBOUND
|
| 从类 org.eclipse.jdt.internal.compiler.ast.SingleTypeReference 继承的字段 |
|---|
token |
| 从类 org.eclipse.jdt.internal.compiler.ast.TypeReference 继承的字段 |
|---|
NO_TYPE_ARGUMENTS |
| 从类 org.eclipse.jdt.internal.compiler.ast.Expression 继承的字段 |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| 从类 org.eclipse.jdt.internal.compiler.ast.Statement 继承的字段 |
|---|
COMPLAINED_FAKE_REACHABLE, COMPLAINED_UNREACHABLE, NOT_COMPLAINED |
| 构造方法摘要 | |
|---|---|
Wildcard(int kind)
|
|
| 方法摘要 | |
|---|---|
char[][] |
getParameterizedTypeName()
|
char[][] |
getTypeName()
|
StringBuffer |
printExpression(int indent,
StringBuffer output)
|
TypeBinding |
resolveType(BlockScope scope,
boolean checkBounds)
|
TypeBinding |
resolveType(ClassScope scope)
Resolve the type of this expression in the context of a classScope |
TypeBinding |
resolveTypeArgument(BlockScope blockScope,
ReferenceBinding genericType,
int rank)
|
TypeBinding |
resolveTypeArgument(ClassScope classScope,
ReferenceBinding genericType,
int rank)
|
void |
traverse(ASTVisitor visitor,
BlockScope scope)
Traverse an expression in the context of a blockScope |
void |
traverse(ASTVisitor visitor,
ClassScope scope)
Traverse an expression in the context of a classScope |
| 从类 org.eclipse.jdt.internal.compiler.ast.SingleTypeReference 继承的方法 |
|---|
copyDims, getLastToken, getTypeBinding, resolveTypeEnclosing |
| 从类 org.eclipse.jdt.internal.compiler.ast.TypeReference 继承的方法 |
|---|
aboutToResolve, analyseCode, baseTypeReference, checkBounds, dimensions, internalResolveType, isTypeReference, reportDeprecatedType, reportDeprecatedType, reportInvalidType, resolveSuperType, resolveType |
| 从类 org.eclipse.jdt.internal.compiler.ast.Statement 继承的方法 |
|---|
branchChainTo, checkAgainstNullAnnotation, complainIfUnreachable, expectedType, generateArguments, isBoxingCompatible, isEmptyBlock, isKnowDeadCodePattern, isValidJavaStatement, resolveCase |
| 从类 org.eclipse.jdt.internal.compiler.ast.ASTNode 继承的方法 |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
public static final int UNBOUND
public static final int EXTENDS
public static final int SUPER
public TypeReference bound
public int kind
| 构造方法详细信息 |
|---|
public Wildcard(int kind)
| 方法详细信息 |
|---|
public char[][] getParameterizedTypeName()
TypeReference 中的 getParameterizedTypeNamepublic char[][] getTypeName()
SingleTypeReference 中的 getTypeName
public StringBuffer printExpression(int indent,
StringBuffer output)
SingleTypeReference 中的 printExpression
public TypeBinding resolveType(BlockScope scope,
boolean checkBounds)
TypeReference 中的 resolveTypepublic TypeBinding resolveType(ClassScope scope)
Expression 复制的描述
TypeReference 中的 resolveType
public TypeBinding resolveTypeArgument(BlockScope blockScope,
ReferenceBinding genericType,
int rank)
TypeReference 中的 resolveTypeArgument
public TypeBinding resolveTypeArgument(ClassScope classScope,
ReferenceBinding genericType,
int rank)
TypeReference 中的 resolveTypeArgument
public void traverse(ASTVisitor visitor,
BlockScope scope)
Expression 复制的描述
SingleTypeReference 中的 traverse
public void traverse(ASTVisitor visitor,
ClassScope scope)
Expression 复制的描述
SingleTypeReference 中的 traverse
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||