File
Doc
Category
Size
Date
Package
LabeledStatementTree.java
API Doc
Java SE 6 API
788
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
LabeledStatementTree
public interface LabeledStatementTree implements StatementTree
A tree node for a labeled statement. For example:
label
:
statement
see
"The Java Language Specification, 3rd ed, section 14.7"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
javax.lang.model.element.Name
getLabel
()
public
com.sun.source.tree.StatementTree
getStatement
()
Java Code Source