| Package | Description |
|---|---|
| com.helger.jcodemodel |
Library for generating Java source code.
|
| Modifier and Type | Field and Description |
|---|---|
static JAtom |
JExpr.FALSE
Boolean constant that represents
false |
static JAtom |
JExpr.TRUE
Boolean constant that represents
true |
| Modifier and Type | Method and Description |
|---|---|
static JAtom |
JExpr._null() |
static JAtom |
JExpr._super() |
static JAtom |
JExpr._this() |
static JAtom |
JExpr.lit(boolean b) |
static JAtom |
JExpr.lit(char c) |
Copyright © 2013–2015 Philip Helger. All rights reserved.