class com.sun.tools.internal.xjc.reader.dtd.Term$1 extends com.sun.tools.internal.xjc.reader.dtd.Term
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.internal.xjc.reader.dtd.Term$1
  super_class: com.sun.tools.internal.xjc.reader.dtd.Term
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
         0: .line 47
            aload 0 /* this */
            invokespecial com.sun.tools.internal.xjc.reader.dtd.Term.<init>:()V
            return
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Term$1;

  void normalize(java.util.List<com.sun.tools.internal.xjc.reader.dtd.Block>, );
    descriptor: (Ljava/util/List;Z)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
        start local 1 // java.util.List r
        start local 2 // boolean optional
         0: .line 49
            return
        end local 2 // boolean optional
        end local 1 // java.util.List r
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/internal/xjc/reader/dtd/Term$1;
            0    1     1         r  Ljava/util/List<Lcom/sun/tools/internal/xjc/reader/dtd/Block;>;
            0    1     2  optional  Z
    Signature: (Ljava/util/List<Lcom/sun/tools/internal/xjc/reader/dtd/Block;>;Z)V
    MethodParameters:
          Name  Flags
      r         
      optional  

  void addAllElements(com.sun.tools.internal.xjc.reader.dtd.Block);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/dtd/Block;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
        start local 1 // com.sun.tools.internal.xjc.reader.dtd.Block b
         0: .line 52
            return
        end local 1 // com.sun.tools.internal.xjc.reader.dtd.Block b
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Term$1;
            0    1     1     b  Lcom/sun/tools/internal/xjc/reader/dtd/Block;
    MethodParameters:
      Name  Flags
      b     

  boolean isOptional();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
         0: .line 55
            iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Term$1;

  boolean isRepeated();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
         0: .line 59
            iconst_0
            ireturn
        end local 0 // com.sun.tools.internal.xjc.reader.dtd.Term$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/dtd/Term$1;
}
SourceFile: "Term.java"
EnclosingMethod: com.sun.tools.internal.xjc.reader.dtd.Term
NestHost: com.sun.tools.internal.xjc.reader.dtd.Term
InnerClasses:
  com.sun.tools.internal.xjc.reader.dtd.Term$1