Package com.strobel.assembler.ir
Class Error
java.lang.Object
com.strobel.assembler.ir.Error
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RuntimeException
invalidBootstrapMethodEntry
(MethodReference bootstrapMethod, int parameterCount, int argumentCount) static RuntimeException
invalidSignatureExpectedEndOfTypeArguments
(String signature, int position) static RuntimeException
invalidSignatureExpectedEndOfTypeVariables
(String signature, int position) static RuntimeException
invalidSignatureExpectedParameterList
(String signature, int position) static RuntimeException
invalidSignatureExpectedReturnType
(String signature, int position) static RuntimeException
invalidSignatureExpectedTypeArgument
(String signature, int position) static RuntimeException
invalidSignatureExpectedTypeVariable
(String signature, int position) static RuntimeException
static RuntimeException
invalidSignatureTopLevelGenericParameterUnexpected
(String signature, int position) static RuntimeException
invalidSignatureTypeExpected
(String signature, int position) static RuntimeException
invalidSignatureUnexpectedEnd
(String signature, int position) static RuntimeException
invalidSignatureUnexpectedToken
(String signature, int position) static RuntimeException
noElementType
(TypeReference type) static RuntimeException
notArrayType
(TypeReference type) static RuntimeException
notBoundedType
(TypeReference type) static RuntimeException
notEnumType
(TypeReference type) static RuntimeException
notGenericMethod
(MethodReference method) static RuntimeException
static RuntimeException
static RuntimeException
notGenericType
(TypeReference type) static RuntimeException
notWildcard
(TypeReference type) static RuntimeException
stackMapperCalledWithUnexpandedFrame
(FrameType frameType)
-
Constructor Details
-
Error
Error()
-
-
Method Details
-
notGenericParameter
-
notWildcard
-
notBoundedType
-
notGenericType
-
notGenericMethod
-
notGenericMethodDefinition
-
noElementType
-
notEnumType
-
notArrayType
-
invalidSignatureTypeExpected
-
invalidSignatureTopLevelGenericParameterUnexpected
public static RuntimeException invalidSignatureTopLevelGenericParameterUnexpected(String signature, int position) -
invalidSignatureNonGenericTypeTypeArguments
-
invalidSignatureUnexpectedToken
-
invalidSignatureUnexpectedEnd
-
invalidSignatureExpectedEndOfTypeArguments
public static RuntimeException invalidSignatureExpectedEndOfTypeArguments(String signature, int position) -
invalidSignatureExpectedEndOfTypeVariables
public static RuntimeException invalidSignatureExpectedEndOfTypeVariables(String signature, int position) -
invalidSignatureExpectedTypeArgument
-
invalidSignatureExpectedParameterList
public static RuntimeException invalidSignatureExpectedParameterList(String signature, int position) -
invalidSignatureExpectedReturnType
-
invalidSignatureExpectedTypeVariable
-
stackMapperCalledWithUnexpandedFrame
-
invalidBootstrapMethodEntry
public static RuntimeException invalidBootstrapMethodEntry(MethodReference bootstrapMethod, int parameterCount, int argumentCount)
-