public class org.stringtemplate.v4.misc.STNoSuchAttributeException extends org.stringtemplate.v4.compiler.STException
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.stringtemplate.v4.misc.STNoSuchAttributeException
super_class: org.stringtemplate.v4.compiler.STException
{
public org.stringtemplate.v4.InstanceScope scope;
descriptor: Lorg/stringtemplate/v4/InstanceScope;
flags: (0x0001) ACC_PUBLIC
public java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public void <init>(java.lang.String, org.stringtemplate.v4.InstanceScope);
descriptor: (Ljava/lang/String;Lorg/stringtemplate/v4/InstanceScope;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 // org.stringtemplate.v4.misc.STNoSuchAttributeException this
start local 1 // java.lang.String name
start local 2 // org.stringtemplate.v4.InstanceScope scope
0: .line 39
aload 0 /* this */
invokespecial org.stringtemplate.v4.compiler.STException.<init>:()V
1: .line 40
aload 0 /* this */
aload 1 /* name */
putfield org.stringtemplate.v4.misc.STNoSuchAttributeException.name:Ljava/lang/String;
2: .line 41
aload 0 /* this */
aload 2 /* scope */
putfield org.stringtemplate.v4.misc.STNoSuchAttributeException.scope:Lorg/stringtemplate/v4/InstanceScope;
3: .line 42
return
end local 2 // org.stringtemplate.v4.InstanceScope scope
end local 1 // java.lang.String name
end local 0 // org.stringtemplate.v4.misc.STNoSuchAttributeException this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/stringtemplate/v4/misc/STNoSuchAttributeException;
0 4 1 name Ljava/lang/String;
0 4 2 scope Lorg/stringtemplate/v4/InstanceScope;
MethodParameters:
Name Flags
name
scope
public java.lang.String getMessage();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.stringtemplate.v4.misc.STNoSuchAttributeException this
0: .line 46
new java.lang.StringBuilder
dup
ldc "from template "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0 /* this */
getfield org.stringtemplate.v4.misc.STNoSuchAttributeException.scope:Lorg/stringtemplate/v4/InstanceScope;
getfield org.stringtemplate.v4.InstanceScope.st:Lorg/stringtemplate/v4/ST;
invokevirtual org.stringtemplate.v4.ST.getName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc " no attribute "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0 /* this */
getfield org.stringtemplate.v4.misc.STNoSuchAttributeException.name:Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc " is visible"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 // org.stringtemplate.v4.misc.STNoSuchAttributeException this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/stringtemplate/v4/misc/STNoSuchAttributeException;
}
SourceFile: "STNoSuchAttributeException.java"