| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Method and Description |
|---|---|
static JMods |
JMods.forClass(int mods) |
static JMods |
JMods.forField(int mods) |
static JMods |
JMods.forInterface(int mods) |
static JMods |
JMods.forMethod(int mods) |
static JMods |
JMods.forVar(int mods) |
JMods |
JVar.mods() |
JMods |
JMethod.mods() |
JMods |
JDefinedClass.mods() |
| Constructor and Description |
|---|
JFieldVar(JDefinedClass aOwnerClass,
JMods mods,
AbstractJType type,
String name,
IJExpression init)
JFieldVar constructor
|
JVar(JMods aMods,
AbstractJType aType,
String sName,
IJExpression aInitExpr)
JVar constructor
|
Copyright © 2013–2015 Philip Helger. All rights reserved.