org.exolab.javasource
Class JInnerClass

java.lang.Object
  extended byorg.exolab.javasource.JType
      extended byorg.exolab.javasource.JStructure
          extended byorg.exolab.javasource.AbstractJClass
              extended byorg.exolab.javasource.JClass
                  extended byorg.exolab.javasource.JInnerClass
All Implemented Interfaces:
JAnnotatedElement

public class JInnerClass
extends JClass

A representation of the Java Source code for a Java inner class.

Since:
1.1
Version:
$Revision: 6668 $ $Date: 2005-05-08 12:32:06 -0600 (Sun, 08 May 2005) $
Author:
Ralf Joachim

Field Summary
 
Fields inherited from class org.exolab.javasource.JType
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, INT, LONG, SHORT
 
Constructor Summary
protected JInnerClass(java.lang.String name)
          Creates a new JInnerClass with the given name.
 
Methods inherited from class org.exolab.javasource.JClass
addImport, addMember, getSuperClass, getSuperClassQualifiedName, print, setSuperClass
 
Methods inherited from class org.exolab.javasource.AbstractJClass
addConstructor, addField, addMethod, addMethod, addMethods, createConstructor, createConstructor, createInnerClass, getConstructor, getConstructors, getField, getFields, getInnerClasses, getMethod, getMethod, getMethods, getStaticInitializationCode, print, printClassHeaders, printConstructors, printInnerClasses, printMemberVariables, printMethods, printStaticInitializers, removeConstructor, removeField, removeField, removeInnerClass, removeMethod
 
Methods inherited from class org.exolab.javasource.JStructure
addAnnotation, addImport, addImport, addImportInternal, addInterface, getAnnotatedElementHelper, getAnnotation, getAnnotations, getFilename, getHeader, getImports, getInterfaceCount, getInterfaces, getJDocComment, getModifiers, getPackageName, hasAnnotations, hasImport, isAnnotationPresent, print, printHeader, printImportDeclarations, printPackageDeclaration, removeAnnotation, removeImport, setHeader, toString
 
Methods inherited from class org.exolab.javasource.JType
getLocalName, getName, isArray, isPrimitive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JInnerClass

protected JInnerClass(java.lang.String name)
Creates a new JInnerClass with the given name.

Parameters:
name - The name of the JClass to create


Intalio Inc. (C) 1999-2007. All rights reserved http://www.intalio.com