Uses of Enum Class
com.strobel.assembler.metadata.JvmType
Packages that use JvmType
Package
Description
-
Uses of JvmType in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as JvmTypeFields in com.strobel.assembler.metadata with type parameters of type JvmTypeMethods in com.strobel.assembler.metadata that return JvmTypeModifier and TypeMethodDescriptionstatic JvmType
static JvmType
final JvmType
PrimitiveType.getSimpleType()
TypeDefinition.getSimpleType()
TypeReference.getSimpleType()
WildcardType.getSimpleType()
static JvmType
Returns the enum constant of this class with the specified name.static JvmType[]
JvmType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.metadata with parameters of type JvmType -
Uses of JvmType in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return JvmType -
Uses of JvmType in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast with parameters of type JvmTypeModifier and TypeMethodDescriptionprivate static Object
private static Object
static Object
private static Object
(package private) static Object
JavaResolver.BinaryOperations.doBinary
(BinaryOperatorType operator, JvmType type, Object left, Object right) private static Boolean
private static Boolean
JavaResolver.BinaryOperations.greaterThan
(JvmType type, Object left, Object right) private static Boolean
JavaResolver.BinaryOperations.greaterThanOrEqual
(JvmType type, Object left, Object right) private static Object
private static Boolean
private static Boolean
JavaResolver.BinaryOperations.lessThanOrEqual
(JvmType type, Object left, Object right) private static Object
private static Boolean
private static Object
private static Object
private static Object
JavaResolver.BinaryOperations.rightShift
(JvmType type, Object left, Object right) private static Object
private static Object
JavaResolver.BinaryOperations.unsignedRightShift
(JvmType type, Object left, Object right) private static Object
-
Uses of JvmType in com.strobel.decompiler.languages.java.utilities
Fields in com.strobel.decompiler.languages.java.utilities with type parameters of type JvmType