com.borland.jbuilder.jot
Interface JotExpressionStatement

All Superinterfaces:
JotMarker, JotSourceElement, JotStatement

public interface JotExpressionStatement
extends JotStatement

This interface represents statements that consist of a single expression such as a method call or assignment.


Method Summary
 JotExpression getExpression()
          Returns the expression contained by this statement.
 
Methods inherited from interface com.borland.jbuilder.jot.JotStatement
getCodeBlock, getStatements
 
Methods inherited from interface com.borland.jbuilder.jot.JotMarker
addUserData, getEndPosition, getStartPosition, getUserData
 
Methods inherited from interface com.borland.jbuilder.jot.JotSourceElement
getIndentLevel, getParent, getText, isModified, setModified, setText
 

Method Detail

getExpression

public JotExpression getExpression()
Returns the expression contained by this statement.