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

  com.sun.tools.internal.xjc.reader.gbind.ElementSet lastSet();
    descriptor: ()Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
         0: .line 57
            getstatic com.sun.tools.internal.xjc.reader.gbind.ElementSet.EMPTY_SET:Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/gbind/Expression$1;

  boolean isNullable();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
         0: .line 61
            iconst_1
            ireturn
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/gbind/Expression$1;

  void buildDAG(com.sun.tools.internal.xjc.reader.gbind.ElementSet);
    descriptor: (Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
        start local 1 // com.sun.tools.internal.xjc.reader.gbind.ElementSet incoming
         0: .line 66
            return
        end local 1 // com.sun.tools.internal.xjc.reader.gbind.ElementSet incoming
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/sun/tools/internal/xjc/reader/gbind/Expression$1;
            0    1     1  incoming  Lcom/sun/tools/internal/xjc/reader/gbind/ElementSet;
    MethodParameters:
          Name  Flags
      incoming  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
         0: .line 69
            ldc "-"
            areturn
        end local 0 // com.sun.tools.internal.xjc.reader.gbind.Expression$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/reader/gbind/Expression$1;
}
SourceFile: "Expression.java"
EnclosingMethod: com.sun.tools.internal.xjc.reader.gbind.Expression
NestHost: com.sun.tools.internal.xjc.reader.gbind.Expression
InnerClasses:
  com.sun.tools.internal.xjc.reader.gbind.Expression$1