public final enum

CompilerType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.pnfsoftware.jeb.core.units.codeobject.CompilerType

Class Overview

Simple enumeration for common compilers.

See Also

Summary

Enum Values
CompilerType  GCC   
CompilerType  MSVC   
CompilerType  UNKNOWN   
Public Methods
static CompilerType valueOf(String name)
final static CompilerType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final CompilerType GCC

public static final CompilerType MSVC

public static final CompilerType UNKNOWN

Public Methods

public static CompilerType valueOf (String name)

public static final CompilerType[] values ()