gente, o que isso faz em java?
goto _L1 _L2 _L1 _L3 _L4 _L5 _L1 _L6 _L7 _L1 _L8
_L8:
DocumentType doctype = (DocumentType)node;
this;
texto;
JVM INSTR new #31 <Class StringBuilder>;
JVM INSTR dup_x1 ;
JVM INSTR swap ;
String.valueOf();
StringBuilder();
"<!DOCTYPE ";
append();
toString();
texto;
this;
texto;
JVM INSTR new #31 ><Class StringBuilder>;
JVM INSTR dup_x1 ;
JVM INSTR swap ;
String.valueOf();
StringBuilder();
doctype.getName();
append();
toString();
texto;
String publicId;
String systemId;
publicId = doctype.getPublicId();
systemId = doctype.getSystemId();
if(publicId == null) goto _L10; else goto _L9
abraços

