| Package | Description |
|---|---|
| de.tsl2.nano.util.codegen |
| Modifier and Type | Class and Description |
|---|---|
class |
PackageGenerator
This class is only used manually to recreate the default presenters.
|
class |
PropertiesAsConstantsGenerator
Generates an interface with integer constants (hashed keys or simple sequence) to be used to get resource values.
|
| Modifier and Type | Method and Description |
|---|---|
static ClassGenerator |
ClassGenerator.instance()
instance
|
protected static ClassGenerator |
ClassGenerator.instance(ClassGenerator newInstance)
returns a singelton instance of type ClassGenerator. if the singelton is null, the argument will be used as
singelton.
|
protected static ClassGenerator |
ClassGenerator.instance(String className) |
| Modifier and Type | Method and Description |
|---|---|
protected static ClassGenerator |
ClassGenerator.instance(ClassGenerator newInstance)
returns a singelton instance of type ClassGenerator. if the singelton is null, the argument will be used as
singelton.
|
Copyright © 2012–2018. All rights reserved.