FileDocCategorySizeDatePackage
LabeledStatementTree.javaAPI DocJava SE 6 API788Tue Jun 10 00:23:24 BST 2008com.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

(Omit source code)

Fields Summary
Constructors Summary
Methods Summary
public javax.lang.model.element.NamegetLabel()

public com.sun.source.tree.StatementTreegetStatement()