| Package | Description |
|---|---|
| com.helger.pgcc |
A tree, grammar and lexer generator and a documentation generator.
|
| com.helger.pgcc.parser |
A grammar and lexer generator.
|
| Modifier and Type | Field and Description |
|---|---|
static EJDKVersion |
EJDKVersion.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static EJDKVersion |
EJDKVersion.getFromStringOrNull(String sVersion) |
static EJDKVersion |
EJDKVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EJDKVersion[] |
EJDKVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EJDKVersion.isNewerOrEqualsThan(EJDKVersion aOther) |
boolean |
EJDKVersion.isOlderThan(EJDKVersion aOther) |
| Modifier and Type | Method and Description |
|---|---|
static EJDKVersion |
Options.getJdkVersion()
Find the JDK version.
|
Copyright © 2017–2019 Philip Helger. All rights reserved.