final class com.ctc.wstx.msv.BaseSchemaFactory$MyGrammarController
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.ctc.wstx.msv.BaseSchemaFactory$MyGrammarController
super_class: java.lang.Object
{
public java.lang.String mErrorMsg;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tcom.sun.msv cannot be resolved to a type\n\tThe method error(Locator[], String, Exception) of type BaseSchemaFactory.MyGrammarController must override or implement a supertype method\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/ctc/wstx/msv/BaseSchemaFactory$MyGrammarController;
public void error(org.xml.sax.Locator[], java.lang.String, java.lang.Exception);
descriptor: ([Lorg/xml/sax/Locator;Ljava/lang/String;Ljava/lang/Exception;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tThe method error(Locator[], String, Exception) of type BaseSchemaFactory.MyGrammarController must override or implement a supertype method\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/ctc/wstx/msv/BaseSchemaFactory$MyGrammarController;
MethodParameters:
Name Flags
locs
msg
nestedException
}
SourceFile: "BaseSchemaFactory.java"
NestHost: com.ctc.wstx.msv.BaseSchemaFactory
InnerClasses:
final MyGrammarController = com.ctc.wstx.msv.BaseSchemaFactory$MyGrammarController of com.ctc.wstx.msv.BaseSchemaFactory