frysk.config
Class BuildCompiler

java.lang.Object
  extended by frysk.config.BuildCompiler

public class BuildCompiler
extends Object

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildCompiler

public BuildCompiler()
Method Detail

getVersion

public static int getVersion()

getMinorVersion

public static int getMinorVersion()

getPatchLevel

public static int getPatchLevel()

getRHRelease

public static int getRHRelease()

compareVersionTo

public static int compareVersionTo(int version,
                                   int minorVersion,
                                   int patchLevel,
                                   int rhRelease)

supports_AT_CLASS

public static boolean supports_AT_CLASS()

supports_AT_INTERFACE

public static boolean supports_AT_INTERFACE()
A method that returns true, and prints UNRESOLVED, when the compiler does not support AT_CLASS