org.richfaces.cdk.templatecompiler.builder.model
Class MethodBody

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

public class MethodBody
extends MethodBodyStatementsContainer

Author:
Maksim Kaszynski, Nick Belaevski

Constructor Summary
MethodBody()
           
MethodBody(JavaMethod method)
           
 
Method Summary
 void addType(java.lang.Class<?> clazz)
           
protected  JavaMethod getMethod()
           
 java.util.Set<java.lang.Class<?>> getUsedClasses()
           
protected  void setMethod(JavaMethod method)
           
 
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

MethodBody

public MethodBody()

MethodBody

public MethodBody(JavaMethod method)
Method Detail

getMethod

protected JavaMethod getMethod()

setMethod

protected void setMethod(JavaMethod method)

addType

public void addType(java.lang.Class<?> clazz)

getUsedClasses

public java.util.Set<java.lang.Class<?>> getUsedClasses()


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