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

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.builder.model.JavaConstructor
All Implemented Interfaces:
RequireImports

public class JavaConstructor
extends JavaMethod

Constructor method

Author:
Maksim Kaszynski

Field Summary
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Constructor Summary
JavaConstructor(JavaClass javaClass, 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

JavaConstructor

public JavaConstructor(JavaClass javaClass,
                       Argument... arguments)


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