Uses of Class
fmrisc.AST.IfThenElseExpression

Packages that use IfThenElseExpression
fmrisc.AST   
 

Uses of IfThenElseExpression in fmrisc.AST
 

Methods in fmrisc.AST that return IfThenElseExpression
static IfThenElseExpression Construct.ifThenElseExpression(Expression condition, Expression thenbranch, Expression elsebranch)
          construct if-then-else expressions from condition, thenbranch, elsebranch.