public final class com.fasterxml.aalto.in.ElementScope
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.fasterxml.aalto.in.ElementScope
  super_class: java.lang.Object
{
  com.fasterxml.aalto.in.ElementScope mParent;
    descriptor: Lcom/fasterxml/aalto/in/ElementScope;
    flags: (0x0000) 

  com.fasterxml.aalto.in.PName mName;
    descriptor: Lcom/fasterxml/aalto/in/PName;
    flags: (0x0000) 

  public void <init>(com.fasterxml.aalto.in.PName, com.fasterxml.aalto.in.ElementScope);
    descriptor: (Lcom/fasterxml/aalto/in/PName;Lcom/fasterxml/aalto/in/ElementScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.fasterxml.aalto.in.ElementScope this
        start local 1 // com.fasterxml.aalto.in.PName name
        start local 2 // com.fasterxml.aalto.in.ElementScope parent
         0: .line 14
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 16
            aload 0 /* this */
            aload 2 /* parent */
            putfield com.fasterxml.aalto.in.ElementScope.mParent:Lcom/fasterxml/aalto/in/ElementScope;
         2: .line 17
            aload 0 /* this */
            aload 1 /* name */
            putfield com.fasterxml.aalto.in.ElementScope.mName:Lcom/fasterxml/aalto/in/PName;
         3: .line 18
            return
        end local 2 // com.fasterxml.aalto.in.ElementScope parent
        end local 1 // com.fasterxml.aalto.in.PName name
        end local 0 // com.fasterxml.aalto.in.ElementScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/fasterxml/aalto/in/ElementScope;
            0    4     1    name  Lcom/fasterxml/aalto/in/PName;
            0    4     2  parent  Lcom/fasterxml/aalto/in/ElementScope;
    MethodParameters:
        Name  Flags
      name    
      parent  

  public com.fasterxml.aalto.in.PName getName();
    descriptor: ()Lcom/fasterxml/aalto/in/PName;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ElementScope this
         0: .line 20
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mName:Lcom/fasterxml/aalto/in/PName;
            areturn
        end local 0 // com.fasterxml.aalto.in.ElementScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ElementScope;

  public com.fasterxml.aalto.in.ElementScope getParent();
    descriptor: ()Lcom/fasterxml/aalto/in/ElementScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ElementScope this
         0: .line 21
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mParent:Lcom/fasterxml/aalto/in/ElementScope;
            areturn
        end local 0 // com.fasterxml.aalto.in.ElementScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/fasterxml/aalto/in/ElementScope;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.fasterxml.aalto.in.ElementScope this
         0: .line 26
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mParent:Lcom/fasterxml/aalto/in/ElementScope;
            ifnonnull 2
         1: .line 27
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual com.fasterxml.aalto.in.PName.toString:()Ljava/lang/String;
            areturn
         2: .line 29
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mParent:Lcom/fasterxml/aalto/in/ElementScope;
            invokevirtual com.fasterxml.aalto.in.ElementScope.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.fasterxml.aalto.in.ElementScope.mName:Lcom/fasterxml/aalto/in/PName;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.fasterxml.aalto.in.ElementScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/fasterxml/aalto/in/ElementScope;
}
SourceFile: "ElementScope.java"