uk.co.badgersinfoil.metaas.dom
Interface ASWithStatement

All Superinterfaces:
Statement, StatementContainer

public interface ASWithStatement
extends Statement, StatementContainer


Method Summary
 java.lang.String getConditionString()
           
 void setCondition(java.lang.String string)
           
 
Methods inherited from interface uk.co.badgersinfoil.metaas.dom.StatementContainer
addComment, addStmt, containsCode, getStatementList, newDeclaration, newDoWhile, newExprStmt, newFor, newForEachIn, newForIn, newIf, newReturn, newSwitch, newWhile, newWith
 

Method Detail

getConditionString

java.lang.String getConditionString()

setCondition

void setCondition(java.lang.String string)


Copyright © 2006-2007 David Holroyd. All Rights Reserved.