JavaScript is disabled on your browser.
Skip navigation links
概述
Module
软件包
Class
使用
树
已过时的
索引
帮助
Java SE 9 & JDK 9
上一个
下一个
框架
无框架
所有类
SEARCH:
JavaScript is disabled on your browser.
概要:
嵌套 |
字段 |
构造方法 |
方法
详细信息:
字段 |
构造方法 |
方法
Module
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 Class Summary
Nested classes/interfaces inherited from interface com.sun.source.tree.
树
Tree.Kind
方法摘要
所有方法
接口方法
抽象方法
Modifier and Type
方法
描述
树
getType
()
返回此数组类型的元素类型。
Methods inherited from interface com.sun.source.tree.
树
accept
,
getKind
方法详细信息
getType
树
getType()
返回此数组类型的元素类型。
结果
the element type