Package | Description |
---|---|
org.jboss.jdeparser |
Modifier and Type | Field and Description |
---|---|
static ClassType |
ClassType.ANNOTATION_TYPE_DECL |
static ClassType |
ClassType.CLASS |
static ClassType |
ClassType.ENUM |
static ClassType |
ClassType.INTERFACE |
Modifier and Type | Method and Description |
---|---|
ClassType |
JDefinedClass.getClassType() |
Modifier and Type | Method and Description |
---|---|
JDefinedClass |
JDefinedClass._class(int mods,
String name,
ClassType classTypeVal) |
JDefinedClass |
JClassContainer._class(int mods,
String name,
ClassType kind)
Creates a new class/enum/interface/annotation.
|
JDefinedClass |
JPackage._class(int mods,
String name,
ClassType classTypeVal) |
JDefinedClass |
JDeparser._class(int mods,
String fullyqualifiedName,
ClassType t)
Creates a new generated class.
|
JDefinedClass |
JDeparser._class(String fullyqualifiedName,
ClassType t)
Creates a new generated class.
|
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.