public class org.apache.batik.gvt.RootGraphicsNode extends org.apache.batik.gvt.CompositeGraphicsNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.batik.gvt.RootGraphicsNode
  super_class: org.apache.batik.gvt.CompositeGraphicsNode
{
  java.util.List treeGraphicsNodeChangeListeners;
    descriptor: Ljava/util/List;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.RootGraphicsNode this
         0: .line 39
            aload 0 /* this */
            invokespecial org.apache.batik.gvt.CompositeGraphicsNode.<init>:()V
         1: .line 34
            aload 0 /* this */
            aconst_null
            putfield org.apache.batik.gvt.RootGraphicsNode.treeGraphicsNodeChangeListeners:Ljava/util/List;
         2: .line 39
            return
        end local 0 // org.apache.batik.gvt.RootGraphicsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/RootGraphicsNode;

  public org.apache.batik.gvt.RootGraphicsNode getRoot();
    descriptor: ()Lorg/apache/batik/gvt/RootGraphicsNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.RootGraphicsNode this
         0: .line 46
            aload 0 /* this */
            areturn
        end local 0 // org.apache.batik.gvt.RootGraphicsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/batik/gvt/RootGraphicsNode;

  public java.util.List getTreeGraphicsNodeChangeListeners();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.batik.gvt.RootGraphicsNode this
         0: .line 50
            aload 0 /* this */
            getfield org.apache.batik.gvt.RootGraphicsNode.treeGraphicsNodeChangeListeners:Ljava/util/List;
            ifnonnull 2
         1: .line 51
            aload 0 /* this */
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            putfield org.apache.batik.gvt.RootGraphicsNode.treeGraphicsNodeChangeListeners:Ljava/util/List;
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.batik.gvt.RootGraphicsNode.treeGraphicsNodeChangeListeners:Ljava/util/List;
            areturn
        end local 0 // org.apache.batik.gvt.RootGraphicsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/batik/gvt/RootGraphicsNode;

  public void addTreeGraphicsNodeChangeListener(org.apache.batik.gvt.event.GraphicsNodeChangeListener);
    descriptor: (Lorg/apache/batik/gvt/event/GraphicsNodeChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.RootGraphicsNode this
        start local 1 // org.apache.batik.gvt.event.GraphicsNodeChangeListener l
         0: .line 58
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.RootGraphicsNode.getTreeGraphicsNodeChangeListeners:()Ljava/util/List;
            aload 1 /* l */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 59
            return
        end local 1 // org.apache.batik.gvt.event.GraphicsNodeChangeListener l
        end local 0 // org.apache.batik.gvt.RootGraphicsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/gvt/RootGraphicsNode;
            0    2     1     l  Lorg/apache/batik/gvt/event/GraphicsNodeChangeListener;
    MethodParameters:
      Name  Flags
      l     

  public void removeTreeGraphicsNodeChangeListener(org.apache.batik.gvt.event.GraphicsNodeChangeListener);
    descriptor: (Lorg/apache/batik/gvt/event/GraphicsNodeChangeListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.batik.gvt.RootGraphicsNode this
        start local 1 // org.apache.batik.gvt.event.GraphicsNodeChangeListener l
         0: .line 63
            aload 0 /* this */
            invokevirtual org.apache.batik.gvt.RootGraphicsNode.getTreeGraphicsNodeChangeListeners:()Ljava/util/List;
            aload 1 /* l */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            pop
         1: .line 64
            return
        end local 1 // org.apache.batik.gvt.event.GraphicsNodeChangeListener l
        end local 0 // org.apache.batik.gvt.RootGraphicsNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/batik/gvt/RootGraphicsNode;
            0    2     1     l  Lorg/apache/batik/gvt/event/GraphicsNodeChangeListener;
    MethodParameters:
      Name  Flags
      l     
}
SourceFile: "RootGraphicsNode.java"