Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.ide.model.java.source.tree
Interface ConditionalStatementT  view ConditionalStatementT download ConditionalStatementT.java

All Superinterfaces:
BlockElementT, CompoundStatementT, StatementT, Tree
All Known Subinterfaces:
DoStatementT, IfStatementT, WhileStatementT

public interface ConditionalStatementT
extends CompoundStatementT

Common supertype for compound statements having (requiring) a conditional expression. This includes: do, if, while. Note that a for expression is not considered to be a conditional statement.


Field Summary
 
Fields inherited from interface javax.ide.model.java.source.tree.StatementT
EMPTY_ARRAY
 
Methods inherited from interface javax.ide.model.java.source.tree.CompoundStatementT
getControlExpression, getEndClause, getPrimaryClause
 
Methods inherited from interface javax.ide.model.java.source.tree.StatementT
getStatementLabels, getStatementToken
 
Methods inherited from interface javax.ide.model.java.source.tree.Tree
accept, accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty