jdeparser 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jdeparser.JDeparser

Packages that use JDeparser
org.jboss.jdeparser   
 

Uses of JDeparser in org.jboss.jdeparser
 

Methods in org.jboss.jdeparser that return JDeparser
 JDeparser JClassContainer.owner()
          Get the root code model object.
 JDeparser JPrimitiveType.owner()
           
 JDeparser JClass.owner()
          Gets the JDeparser object to which this object belongs.
protected  JDeparser JMethod.owner()
           
abstract  JDeparser JType.owner()
          Gets the owner code model object.
 JDeparser JPackage.owner()
          Return the code model root object being used to create this package.
 

Methods in org.jboss.jdeparser with parameters of type JDeparser
static JPrimitiveType JType.parse(JDeparser deparser, String typeName)
          Obtains a reference to the primitive type object from a type name.
 

Constructors in org.jboss.jdeparser with parameters of type JDeparser
JClass(JDeparser _owner)
           
JDocComment(JDeparser owner)
           
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.