Package com.strobel.assembler.ir
Class Error
- java.lang.Object
-
- com.strobel.assembler.ir.Error
-
final class Error extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.RuntimeExceptioninvalidBootstrapMethodEntry(MethodReference bootstrapMethod, int parameterCount, int argumentCount)static java.lang.RuntimeExceptioninvalidSignatureExpectedEndOfTypeArguments(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureExpectedEndOfTypeVariables(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureExpectedParameterList(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureExpectedReturnType(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureExpectedTypeArgument(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureExpectedTypeVariable(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureNonGenericTypeTypeArguments(TypeReference type)static java.lang.RuntimeExceptioninvalidSignatureTopLevelGenericParameterUnexpected(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureTypeExpected(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureUnexpectedEnd(java.lang.String signature, int position)static java.lang.RuntimeExceptioninvalidSignatureUnexpectedToken(java.lang.String signature, int position)static java.lang.RuntimeExceptionnoElementType(TypeReference type)static java.lang.RuntimeExceptionnotArrayType(TypeReference type)static java.lang.RuntimeExceptionnotBoundedType(TypeReference type)static java.lang.RuntimeExceptionnotEnumType(TypeReference type)static java.lang.RuntimeExceptionnotGenericMethod(MethodReference method)static java.lang.RuntimeExceptionnotGenericMethodDefinition(MethodReference method)static java.lang.RuntimeExceptionnotGenericParameter(TypeReference type)static java.lang.RuntimeExceptionnotGenericType(TypeReference type)static java.lang.RuntimeExceptionnotWildcard(TypeReference type)static java.lang.RuntimeExceptionstackMapperCalledWithUnexpandedFrame(FrameType frameType)
-
-
-
Method Detail
-
notGenericParameter
public static java.lang.RuntimeException notGenericParameter(TypeReference type)
-
notWildcard
public static java.lang.RuntimeException notWildcard(TypeReference type)
-
notBoundedType
public static java.lang.RuntimeException notBoundedType(TypeReference type)
-
notGenericType
public static java.lang.RuntimeException notGenericType(TypeReference type)
-
notGenericMethod
public static java.lang.RuntimeException notGenericMethod(MethodReference method)
-
notGenericMethodDefinition
public static java.lang.RuntimeException notGenericMethodDefinition(MethodReference method)
-
noElementType
public static java.lang.RuntimeException noElementType(TypeReference type)
-
notEnumType
public static java.lang.RuntimeException notEnumType(TypeReference type)
-
notArrayType
public static java.lang.RuntimeException notArrayType(TypeReference type)
-
invalidSignatureTypeExpected
public static java.lang.RuntimeException invalidSignatureTypeExpected(java.lang.String signature, int position)
-
invalidSignatureTopLevelGenericParameterUnexpected
public static java.lang.RuntimeException invalidSignatureTopLevelGenericParameterUnexpected(java.lang.String signature, int position)
-
invalidSignatureNonGenericTypeTypeArguments
public static java.lang.RuntimeException invalidSignatureNonGenericTypeTypeArguments(TypeReference type)
-
invalidSignatureUnexpectedToken
public static java.lang.RuntimeException invalidSignatureUnexpectedToken(java.lang.String signature, int position)
-
invalidSignatureUnexpectedEnd
public static java.lang.RuntimeException invalidSignatureUnexpectedEnd(java.lang.String signature, int position)
-
invalidSignatureExpectedEndOfTypeArguments
public static java.lang.RuntimeException invalidSignatureExpectedEndOfTypeArguments(java.lang.String signature, int position)
-
invalidSignatureExpectedEndOfTypeVariables
public static java.lang.RuntimeException invalidSignatureExpectedEndOfTypeVariables(java.lang.String signature, int position)
-
invalidSignatureExpectedTypeArgument
public static java.lang.RuntimeException invalidSignatureExpectedTypeArgument(java.lang.String signature, int position)
-
invalidSignatureExpectedParameterList
public static java.lang.RuntimeException invalidSignatureExpectedParameterList(java.lang.String signature, int position)
-
invalidSignatureExpectedReturnType
public static java.lang.RuntimeException invalidSignatureExpectedReturnType(java.lang.String signature, int position)
-
invalidSignatureExpectedTypeVariable
public static java.lang.RuntimeException invalidSignatureExpectedTypeVariable(java.lang.String signature, int position)
-
stackMapperCalledWithUnexpandedFrame
public static java.lang.RuntimeException stackMapperCalledWithUnexpandedFrame(FrameType frameType)
-
invalidBootstrapMethodEntry
public static java.lang.RuntimeException invalidBootstrapMethodEntry(MethodReference bootstrapMethod, int parameterCount, int argumentCount)
-
-