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 intstatic final CompilerTypeGCC, genericprotected static LinkedHashMap<String,CompilerType> static final CompilerTypeMicrosoft Visual Studio, genericstatic final CompilerTypeunknown compilerFields inherited from class com.pnfsoftware.jeb.util.base.DynamicEnum
id, name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcount()intordinal()static CompilerTypestatic booleanunregister(String name) static CompilerTypevalueOf(int id) static CompilerTypestatic 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:
ordinalin classDynamicEnum<CompilerType>
-
count
public static int count() -
values
-
valueOf
-
valueOf
-
register
-
unregister
-