TypeElement |
Types.boxedClass(PrimitiveType p) |
返回给定基元类型的盒装值的类。
|
R |
SimpleTypeVisitor6.visitPrimitive(PrimitiveType t, P p) |
访问原始类型。
|
R |
TypeKindVisitor6.visitPrimitive(PrimitiveType t, P p) |
访问基本类型,指派给该访问方法用于特定kind基本类型: BOOLEAN , BYTE 等
|
R |
TypeKindVisitor6.visitPrimitiveAsBoolean(PrimitiveType t, P p) |
通过调用
defaultAction 访问
BOOLEAN 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsByte(PrimitiveType t, P p) |
通过调用
defaultAction 访问
BYTE 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsChar(PrimitiveType t, P p) |
通过调用
defaultAction 访问
CHAR 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsDouble(PrimitiveType t, P p) |
通过调用
defaultAction 访问
DOUBLE 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsFloat(PrimitiveType t, P p) |
通过调用
defaultAction 访问
FLOAT 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsInt(PrimitiveType t, P p) |
访问
INT 原始类型,通过调用
defaultAction 。
|
R |
TypeKindVisitor6.visitPrimitiveAsLong(PrimitiveType t, P p) |
通过调用
defaultAction 访问
LONG 原始类型。
|
R |
TypeKindVisitor6.visitPrimitiveAsShort(PrimitiveType t, P p) |
通过调用
defaultAction 访问
SHORT 原始类型。
|