frysk.debuginfo
Class GNURedHatCompilerVersion

java.lang.Object
  extended by frysk.debuginfo.CompilerVersion
      extended by frysk.debuginfo.GNURedHatCompilerVersion
All Implemented Interfaces:
Comparable

public class GNURedHatCompilerVersion
extends CompilerVersion
implements Comparable


Field Summary
private static Log fine
           
private  int minorVersion
           
private static GNURedHatCompilerVersion minSupportingClassType
           
private static GNURedHatCompilerVersion minSupportingInterfaceType
           
private  int patchLevel
           
private  int RHRelease
           
private  int version
           
 
Fields inherited from class frysk.debuginfo.CompilerVersion
compilerString
 
Constructor Summary
GNURedHatCompilerVersion(String string, int version, int minorVersion, int patchLevel, int RHRelease)
           
 
Method Summary
 int compareTo(Object arg0)
           
 boolean supportsClassType()
           
 boolean supportsInterfaceType()
           
 
Methods inherited from class frysk.debuginfo.CompilerVersion
supportsInterFaceType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

fine

private static Log fine

version

private int version

minorVersion

private int minorVersion

patchLevel

private int patchLevel

RHRelease

private int RHRelease

minSupportingClassType

private static GNURedHatCompilerVersion minSupportingClassType

minSupportingInterfaceType

private static GNURedHatCompilerVersion minSupportingInterfaceType
Constructor Detail

GNURedHatCompilerVersion

public GNURedHatCompilerVersion(String string,
                                int version,
                                int minorVersion,
                                int patchLevel,
                                int RHRelease)
Method Detail

supportsClassType

public boolean supportsClassType()
Overrides:
supportsClassType in class CompilerVersion

supportsInterfaceType

public boolean supportsInterfaceType()

compareTo

public int compareTo(Object arg0)
Specified by:
compareTo in interface Comparable