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 JvmTypestatic JvmTypefinal JvmTypePrimitiveType.getSimpleType()TypeDefinition.getSimpleType()TypeReference.getSimpleType()WildcardType.getSimpleType()static JvmTypeReturns 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 Objectprivate static Objectstatic Objectprivate static Object(package private) static ObjectJavaResolver.BinaryOperations.doBinary(BinaryOperatorType operator, JvmType type, Object left, Object right) private static Booleanprivate static BooleanJavaResolver.BinaryOperations.greaterThan(JvmType type, Object left, Object right) private static BooleanJavaResolver.BinaryOperations.greaterThanOrEqual(JvmType type, Object left, Object right) private static Objectprivate static Booleanprivate static BooleanJavaResolver.BinaryOperations.lessThanOrEqual(JvmType type, Object left, Object right) private static Objectprivate static Booleanprivate static Objectprivate static Objectprivate static ObjectJavaResolver.BinaryOperations.rightShift(JvmType type, Object left, Object right) private static Objectprivate static ObjectJavaResolver.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