org.richfaces.cdk.templatecompiler
Class IfStatement

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.MethodBodyStatementsContainer
      extended by org.richfaces.cdk.templatecompiler.IfStatement
All Implemented Interfaces:
MethodBodyStatement

public final class IfStatement
extends MethodBodyStatementsContainer


Constructor Summary
IfStatement(java.lang.String test)
           
 
Method Summary
 java.lang.String getTest()
           
 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.MethodBodyStatementsContainer
addStatement, addStatement, addStatement, addStatement, getCode, getStatements, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IfStatement

public IfStatement(java.lang.String test)
Method Detail

getTest

public java.lang.String getTest()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.