Package | Description |
---|---|
com.helger.jcodemodel |
Library for generating Java source code.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJGenerifiableImpl
Implementation of
IJGenerifiable . |
class |
JAnonymousClass
Anonymous class quick hack.
|
class |
JDefinedClass
A generated Java class/interface/enum/....
|
class |
JEnumConstant
Enum Constant.
|
class |
JFieldVar
A field that can have a
JDocComment associated with it |
class |
JLambdaParam
This represent a single parameter to a Java 8 lambda expression.
|
class |
JMethod
Java method.
|
class |
JPackage
A Java package.
|
class |
JTypeVar
Type variable used to declare generics.
|
class |
JTypeVarClass
A special type variable that is used inside
JInvocation objects if
the parameter type is an AbstractJClass |
class |
JVar
Variables and fields.
|
Modifier and Type | Method and Description |
---|---|
JFormatter |
JFormatter.declaration(IJDeclaration d)
Cause the JDeclaration to generate source for itself
|
Copyright © 2013–2017 Philip Helger. All rights reserved.