public abstract class com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType extends com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType
  super_class: com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
         0: .line 29
            aload 0 /* this */
            invokespecial com.sun.org.apache.xalan.internal.xsltc.compiler.util.Type.<init>:()V
            return
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType;

  public boolean isNumber();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
         0: .line 31
            iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType;

  public boolean isSimple();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
         0: .line 35
            iconst_1
            ireturn
        end local 0 // com.sun.org.apache.xalan.internal.xsltc.compiler.util.NumberType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/org/apache/xalan/internal/xsltc/compiler/util/NumberType;
}
SourceFile: "NumberType.java"