class org.stringtemplate.v4.compiler.Compiler$1 extends java.util.HashMap<java.lang.String, org.stringtemplate.v4.Interpreter$Option>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.stringtemplate.v4.compiler.Compiler$1
super_class: java.util.HashMap
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=3, locals=1, args_size=1
start local 0 // org.stringtemplate.v4.compiler.Compiler$1 this
0: .line 54
aload 0 /* this */
invokespecial java.util.HashMap.<init>:()V
1: .line 56
aload 0 /* this */
ldc "anchor"
getstatic org.stringtemplate.v4.Interpreter$Option.ANCHOR:Lorg/stringtemplate/v4/Interpreter$Option;
invokevirtual org.stringtemplate.v4.compiler.Compiler$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
2: .line 57
aload 0 /* this */
ldc "format"
getstatic org.stringtemplate.v4.Interpreter$Option.FORMAT:Lorg/stringtemplate/v4/Interpreter$Option;
invokevirtual org.stringtemplate.v4.compiler.Compiler$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
3: .line 58
aload 0 /* this */
ldc "null"
getstatic org.stringtemplate.v4.Interpreter$Option.NULL:Lorg/stringtemplate/v4/Interpreter$Option;
invokevirtual org.stringtemplate.v4.compiler.Compiler$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
4: .line 59
aload 0 /* this */
ldc "separator"
getstatic org.stringtemplate.v4.Interpreter$Option.SEPARATOR:Lorg/stringtemplate/v4/Interpreter$Option;
invokevirtual org.stringtemplate.v4.compiler.Compiler$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
5: .line 60
aload 0 /* this */
ldc "wrap"
getstatic org.stringtemplate.v4.Interpreter$Option.WRAP:Lorg/stringtemplate/v4/Interpreter$Option;
invokevirtual org.stringtemplate.v4.compiler.Compiler$1.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
pop
6: .line 54
return
end local 0 // org.stringtemplate.v4.compiler.Compiler$1 this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/stringtemplate/v4/compiler/Compiler$1;
}
Signature: Ljava/util/HashMap<Ljava/lang/String;Lorg/stringtemplate/v4/Interpreter$Option;>;
SourceFile: "Compiler.java"
EnclosingMethod: org.stringtemplate.v4.compiler.Compiler
NestHost: org.stringtemplate.v4.compiler.Compiler
InnerClasses:
public final Option = org.stringtemplate.v4.Interpreter$Option of org.stringtemplate.v4.Interpreter
org.stringtemplate.v4.compiler.Compiler$1