com.google.dart.compiler.backend.js.ast
Interface HasCondition

All Known Implementing Classes:
JsCatch

public interface HasCondition

Implemented by JavaScript objects with conditional execution.


Method Summary
 JsExpression getCondition()
           
 void setCondition(JsExpression condition)
           
 

Method Detail

getCondition

JsExpression getCondition()

setCondition

void setCondition(JsExpression condition)