Class CompilerType
java.lang.Object
com.pnfsoftware.jeb.util.base.DynamicEnum<CompilerType>
com.pnfsoftware.jeb.core.units.codeobject.CompilerType
Dynamic enumeration of common compiler types.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final CompilerType
GCC, genericprotected static LinkedHashMap<String,
CompilerType> static final CompilerType
Microsoft Visual Studio, genericstatic final CompilerType
unknown compilerFields inherited from class com.pnfsoftware.jeb.util.base.DynamicEnum
id, name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
count()
int
ordinal()
static CompilerType
static boolean
unregister
(String name) static CompilerType
valueOf
(int id) static CompilerType
static Collection<CompilerType>
values()
Methods inherited from class com.pnfsoftware.jeb.util.base.DynamicEnum
equals, hashCode, id, isBuiltin, isCompatibleWith, name, ordinal, register, toString, unregister, valueOf, valueOf, values, verifyAvailability
-
Field Details
-
map
-
UNKNOWN
unknown compiler -
GCC
GCC, generic -
MSVC
Microsoft Visual Studio, generic -
builtinCount
public static final int builtinCount
-
-
Constructor Details
-
CompilerType
-
-
Method Details
-
ordinal
public int ordinal()- Specified by:
ordinal
in classDynamicEnum<CompilerType>
-
count
public static int count() -
values
-
valueOf
-
valueOf
-
register
-
unregister
-