class sun.text.bidi.BidiBase$TextAttributeConstants$1 extends java.text.AttributedCharacterIterator$Attribute
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.text.bidi.BidiBase$TextAttributeConstants$1
super_class: java.text.AttributedCharacterIterator$Attribute
{
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // sun.text.bidi.BidiBase$TextAttributeConstants$1 this
start local 1 // java.lang.String $anonymous0
0: .line 3491
aload 0 /* this */
aload 1 /* $anonymous0 */
invokespecial java.text.AttributedCharacterIterator$Attribute.<init>:(Ljava/lang/String;)V
return
end local 1 // java.lang.String $anonymous0
end local 0 // sun.text.bidi.BidiBase$TextAttributeConstants$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/bidi/BidiBase$TextAttributeConstants$1;
0 1 1 $anonymous0 Ljava/lang/String;
MethodParameters:
Name Flags
$anonymous0
}
SourceFile: "BidiBase.java"
EnclosingMethod: sun.text.bidi.BidiBase$TextAttributeConstants.getTextAttribute:(Ljava/lang/String;)Ljava/text/AttributedCharacterIterator$Attribute;
NestHost: sun.text.bidi.BidiBase
InnerClasses:
public Attribute = java.text.AttributedCharacterIterator$Attribute of java.text.AttributedCharacterIterator
private TextAttributeConstants = sun.text.bidi.BidiBase$TextAttributeConstants of sun.text.bidi.BidiBase
sun.text.bidi.BidiBase$TextAttributeConstants$1