org.richfaces.cdk.templatecompiler.statements
Class HelperJavaMethod

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
      extended by org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
          extended by org.richfaces.cdk.templatecompiler.statements.HelperJavaMethod
All Implemented Interfaces:
RequireImports

public class HelperJavaMethod
extends JavaMethod

Author:
asmirnov@exadel.com

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
HelperJavaMethod(java.lang.String name)
           
HelperJavaMethod(java.lang.String name, ELType returnType, Argument[] arguments)
           
 
Method Summary
 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.JavaMethod
getArguments, getExceptions, getMethodBody, getRequiredImports, getReturnType, setMethodBody
 
Methods inherited from class org.richfaces.cdk.templatecompiler.builder.model.JavaLanguageElement
addAnnotation, addComment, addModifier, getAnnotations, getComments, getModifiers, getName, isHidden, setHidden, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelperJavaMethod

public HelperJavaMethod(java.lang.String name,
                        ELType returnType,
                        Argument[] arguments)

HelperJavaMethod

public HelperJavaMethod(java.lang.String name)


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