API Reference Document
JavaScript is disabled on your browser.
跳过导航
概述
模块
软件包
类
使用
树
已过时的
索引
帮助
Java SE 11 & JDK 11
所有类
SEARCH:
JavaScript is disabled on your browser.
概要:
Nested
|
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法
模块
jdk.compiler
软件包
com.sun.source.tree
Interface ArrayTypeTree
All Superinterfaces:
树
public interface
ArrayTypeTree
extends
树
数组类型的树节点。
例如:
type
[]
从以下版本开始:
1.6
See
The Java™ Language Specification
:
第10.1节
嵌套类汇总
Nested classes/interfaces declared in interface com.sun.source.tree.
树
Tree.Kind
方法摘要
所有方法
实例方法
抽象方法
变量和类型
方法
描述
树
getType
()
返回此数组类型的元素类型。
声明方法的接口 com.sun.source.tree.
树
accept
,
getKind
方法详细信息
getType
树
getType()
返回此数组类型的元素类型。
结果
the element type