File
Doc
Category
Size
Date
Package
SwitchTree.java
API Doc
Java SE 6 API
803
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
SwitchTree
public interface SwitchTree implements StatementTree
A tree node for a 'switch' statement. For example:
switch (
expression
) {
cases
}
see
"The Java Language Specification, 3rd ed, section 14.11"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
java.util.List
getCases
()
public
com.sun.source.tree.ExpressionTree
getExpression
()
Java Code Source