| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.utility.generator | |
| com.sun.jdo.spi.persistence.utility.generator.io |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaFileWriter.addClass(JavaClassWriter classWriter)
Adds a class to this source file.
|
void |
JavaClassWriter.addClass(JavaClassWriter classWriter)
Adds an inner class to this class.
|
static void |
JavaClassWriterHelper.addFields(String prop,
int modifiers,
JavaClassWriter writer)
Adds fields to a class parsing the multi-String property.
|
static void |
JavaClassWriterHelper.addGenericMethod(Method m,
String mname,
String mtype,
String body,
JavaClassWriter writer)
Adds a method to a class parsing the multi-String property.
|
static void |
JavaClassWriterHelper.addGenericMethod(String mname,
int modifiers,
String[] body,
JavaClassWriter writer)
Adds a private void no-args method to a class with this method body
and modifiers.
|
static void |
JavaClassWriterHelper.addGenericMethod(String mname,
int modifiers,
String type,
String[] body,
JavaClassWriter writer)
Adds a private void no-args method to a class with this method body,
modifiers, and return type.
|
static void |
JavaClassWriterHelper.addGenericMethod(String mname,
String[] body,
JavaClassWriter writer)
Adds a private void no-args method to a class with this method body.
|
static void |
JavaClassWriterHelper.addGenericMethod(String mname,
String type,
String[] body,
JavaClassWriter writer)
Adds a private no-args method to a class with this method body
and return type.
|
static void |
JavaClassWriterHelper.addPrivateField(String prop,
int modifiers,
JavaClassWriter writer)
Adds private fields to a class parsing the multi-String property.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IOJavaClassWriter
This implementation of the
JavaClassWriter interface is based on
simple StringBuilder "println" type statements. |
| Modifier and Type | Method and Description |
|---|---|
void |
IOJavaClassWriter.addClass(JavaClassWriter classWriter)
Adds an inner class to this class.
|
void |
IOJavaFileWriter.addClass(JavaClassWriter classWriter)
Adds a class to this source file.
|
Copyright © 2019. All rights reserved.