File
Doc
Category
Size
Date
Package
AssertTree.java
API Doc
Java SE 6 API
790
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
AssertTree
public interface AssertTree implements StatementTree
A tree node for an 'assert' statement. For example:
assert
condition
; assert
condition
:
detail
;
see
"The Java Language Specification, 3rd ed, section 14.10"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getCondition
()
public
com.sun.source.tree.ExpressionTree
getDetail
()
Java Code Source