class org.stringtemplate.v4.gui.STViz$1 implements javax.swing.event.TreeSelectionListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.stringtemplate.v4.gui.STViz$1
super_class: java.lang.Object
{
final org.stringtemplate.v4.gui.STViz this$0;
descriptor: Lorg/stringtemplate/v4/gui/STViz;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.stringtemplate.v4.gui.STViz);
descriptor: (Lorg/stringtemplate/v4/gui/STViz;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.stringtemplate.v4.gui.STViz$1 this
0: .line 117
aload 0 /* this */
aload 1
putfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.stringtemplate.v4.gui.STViz$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/stringtemplate/v4/gui/STViz$1;
MethodParameters:
Name Flags
this$0 final
public void valueChanged(javax.swing.event.TreeSelectionEvent);
descriptor: (Ljavax/swing/event/TreeSelectionEvent;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 // org.stringtemplate.v4.gui.STViz$1 this
start local 1 // javax.swing.event.TreeSelectionEvent treeSelectionEvent
0: .line 120
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.updateDepth:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
istore 2 /* depth */
start local 2 // int depth
1: .line 122
iload 2 /* depth */
iconst_1
if_icmpeq 4
2: .line 131
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.updateDepth:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
pop
3: .line 123
return
4: .line 126
StackMap locals: int
StackMap stack:
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.viewFrame:Lorg/stringtemplate/v4/gui/STViewFrame;
getfield org.stringtemplate.v4.gui.STViewFrame.tree:Ljavax/swing/JTree;
invokevirtual javax.swing.JTree.getLastSelectedPathComponent:()Ljava/lang/Object;
checkcast org.stringtemplate.v4.gui.JTreeSTModel$Wrapper
getfield org.stringtemplate.v4.gui.JTreeSTModel$Wrapper.event:Lorg/stringtemplate/v4/debug/EvalTemplateEvent;
putfield org.stringtemplate.v4.gui.STViz.currentEvent:Lorg/stringtemplate/v4/debug/InterpEvent;
5: .line 127
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.currentEvent:Lorg/stringtemplate/v4/debug/InterpEvent;
getfield org.stringtemplate.v4.debug.InterpEvent.scope:Lorg/stringtemplate/v4/InstanceScope;
putfield org.stringtemplate.v4.gui.STViz.currentScope:Lorg/stringtemplate/v4/InstanceScope;
6: .line 128
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.viewFrame:Lorg/stringtemplate/v4/gui/STViewFrame;
invokevirtual org.stringtemplate.v4.gui.STViz.updateCurrentST:(Lorg/stringtemplate/v4/gui/STViewFrame;)V
7: .line 129
goto 11
8: .line 130
StackMap locals:
StackMap stack: java.lang.Throwable
astore 3
9: .line 131
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.updateDepth:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
pop
10: .line 132
aload 3
athrow
11: .line 131
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield org.stringtemplate.v4.gui.STViz$1.this$0:Lorg/stringtemplate/v4/gui/STViz;
getfield org.stringtemplate.v4.gui.STViz.updateDepth:Ljava/util/concurrent/atomic/AtomicInteger;
invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
pop
12: .line 133
return
end local 2 // int depth
end local 1 // javax.swing.event.TreeSelectionEvent treeSelectionEvent
end local 0 // org.stringtemplate.v4.gui.STViz$1 this
LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/stringtemplate/v4/gui/STViz$1;
0 13 1 treeSelectionEvent Ljavax/swing/event/TreeSelectionEvent;
1 13 2 depth I
Exception table:
from to target type
1 2 8 any
4 8 8 any
MethodParameters:
Name Flags
treeSelectionEvent
}
SourceFile: "STViz.java"
EnclosingMethod: org.stringtemplate.v4.gui.STViz.open:()V
NestHost: org.stringtemplate.v4.gui.STViz
InnerClasses:
public Wrapper = org.stringtemplate.v4.gui.JTreeSTModel$Wrapper of org.stringtemplate.v4.gui.JTreeSTModel
org.stringtemplate.v4.gui.STViz$1