|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfrysk.config.BuildCompiler
public class BuildCompiler
The build compiler's version information. Useful for build tests; not useful for deciding what the target's compiler supports.
| Constructor Summary | |
|---|---|
BuildCompiler()
|
|
| Method Summary | |
|---|---|
static int |
compareVersionTo(int version,
int minorVersion,
int patchLevel,
int rhRelease)
|
static int |
getMinorVersion()
|
static int |
getPatchLevel()
|
static int |
getRHRelease()
|
static int |
getVersion()
|
static boolean |
supports_AT_CLASS()
|
static boolean |
supports_AT_INTERFACE()
A method that returns true, and prints UNRESOLVED, when the compiler does not support AT_CLASS |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BuildCompiler()
| Method Detail |
|---|
public static int getVersion()
public static int getMinorVersion()
public static int getPatchLevel()
public static int getRHRelease()
public static int compareVersionTo(int version,
int minorVersion,
int patchLevel,
int rhRelease)
public static boolean supports_AT_CLASS()
public static boolean supports_AT_INTERFACE()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||