public final class com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument extends com.oracle.truffle.api.instrumentation.TruffleInstrument
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument
super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
final java.util.List<com.oracle.truffle.api.source.SourceSection> sections;
descriptor: Ljava/util/List;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/List<Lcom/oracle/truffle/api/source/SourceSection;>;
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument this
0: .line 80
aload 0 /* this */
invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
1: .line 81
aload 0 /* this */
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument.sections:Ljava/util/List;
2: .line 80
return
end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=3, args_size=2
start local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument this
start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
0: .line 85
aload 1 /* env */
aload 0 /* this */
invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.registerService:(Ljava/lang/Object;)V
1: .line 86
invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
iconst_1
anewarray java.lang.Class
dup
iconst_0
ldc Lcom/oracle/truffle/api/debug/DebuggerTags$AlwaysHalt;
aastore
invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
iconst_1
invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.includeInternal:(Z)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
astore 2 /* stop */
start local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter stop
2: .line 87
aload 1 /* env */
invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
aload 2 /* stop */
new com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1
dup
aload 0 /* this */
aload 1 /* env */
invokespecial com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1.<init>:(Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
pop
3: .line 121
return
end local 2 // com.oracle.truffle.api.instrumentation.SourceSectionFilter stop
end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
end local 0 // com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;
0 4 1 env Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
2 4 2 stop Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
MethodParameters:
Name Flags
env
}
SourceFile: "ParseWithArgsTest.java"
NestHost: com.oracle.truffle.js.test.tools.ParseWithArgsTest
InnerClasses:
public final AlwaysHalt = com.oracle.truffle.api.debug.DebuggerTags$AlwaysHalt of com.oracle.truffle.api.debug.DebuggerTags
public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
public abstract Registration = com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration of com.oracle.truffle.api.instrumentation.TruffleInstrument
public final ParsingInstrument = com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument of com.oracle.truffle.js.test.tools.ParseWithArgsTest
com.oracle.truffle.js.test.tools.ParseWithArgsTest$ParsingInstrument$1
RuntimeVisibleAnnotations:
com.oracle.truffle.api.instrumentation.TruffleInstrument$Registration(id = "parsingInstrument", name = "Parsing Instrument", services = {Lcom/oracle/truffle/js/test/tools/ParseWithArgsTest$ParsingInstrument;}, version = "1.0")