Package ghidra.pcode.emu.jit.gen.util
Enum Class Types.TDouble
- All Implemented Interfaces:
Types.BNonVoid,Types.BPrim<double[]>,Types.BType,Types.SNonVoid,Types.SPrim<double[]>,Types.SType,Types.TCat2,Serializable,Comparable<Types.TDouble>,Constable
- Enclosing interface:
Types
public static enum Types.TDouble
extends Enum<Types.TDouble>
implements Types.TCat2, Types.BPrim<double[]>
The
double type-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionClass<?> cls()Get the Java class to describe this typeintt()The type id, as inMethodVisitor.visitIntInsn(int, int)forOpcodes.NEWARRAY, e.g.,Opcodes.T_INT.org.objectweb.asm.Typetype()Get the ASM type for this typestatic Types.TDoubleReturns the enum constant of this class with the specified name.static Types.TDouble[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.BType
internalNameMethods inherited from interface ghidra.pcode.emu.jit.gen.util.Types.TCat2
slots
-
Enum Constant Details
-
INSTANCE
Singleton
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
t
public int t()Description copied from interface:Types.SPrimThe type id, as inMethodVisitor.visitIntInsn(int, int)forOpcodes.NEWARRAY, e.g.,Opcodes.T_INT.- Specified by:
tin interfaceTypes.BPrim<double[]>- Specified by:
tin interfaceTypes.SPrim<double[]>- Returns:
- the type id
-
type
public org.objectweb.asm.Type type()Description copied from interface:Types.STypeGet the ASM type for this type- Specified by:
typein interfaceTypes.BType- Specified by:
typein interfaceTypes.SType- Returns:
- the type
-
cls
Description copied from interface:Types.STypeGet the Java class to describe this typeFor generated types, this may instead be a suitable super type.
- Specified by:
clsin interfaceTypes.SType- Returns:
- the class
-