javax.lang.model.type
Package javax.lang.model.type
Interfaces used to model Java programming language types.
See: Description
Interface | Description |
---|---|
ArrayType | Represents an array type. |
DeclaredType | Represents a declared type, either a class type or an interface type. |
ErrorType | Represents a class or interface type that cannot be properly modeled. |
ExecutableType | Represents the type of an executable. |
登录查看完整内容
|