public abstract class com.oracle.svm.hosted.c.info.ElementInfo
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: com.oracle.svm.hosted.c.info.ElementInfo
super_class: java.lang.Object
{
protected final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
private final java.util.List<com.oracle.svm.hosted.c.info.ElementInfo> children;
descriptor: Ljava/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Ljava/util/List<Lcom/oracle/svm/hosted/c/info/ElementInfo;>;
protected com.oracle.svm.hosted.c.info.ElementInfo parent;
descriptor: Lcom/oracle/svm/hosted/c/info/ElementInfo;
flags: (0x0004) ACC_PROTECTED
private static final java.lang.String ID_DELIMINATOR;
descriptor: Ljava/lang/String;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: ":"
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lcom/oracle/svm/hosted/c/info/ElementInfo;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic com.oracle.svm.hosted.c.info.ElementInfo.$assertionsDisabled:Z
3: return
LocalVariableTable:
Start End Slot Name Signature
protected void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.oracle.svm.hosted.c.info.ElementInfo.name:Ljava/lang/String;
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
0 4 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.name:Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
public com.oracle.svm.hosted.c.info.ElementInfo getParent();
descriptor: ()Lcom/oracle/svm/hosted/c/info/ElementInfo;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
public java.util.List<com.oracle.svm.hosted.c.info.ElementInfo> getChildren();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
Signature: ()Ljava/util/List<Lcom/oracle/svm/hosted/c/info/ElementInfo;>;
protected <T extends com.oracle.svm.hosted.c.info.ElementInfo> T adoptChild();
descriptor: (Lcom/oracle/svm/hosted/c/info/ElementInfo;)Lcom/oracle/svm/hosted/c/info/ElementInfo;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: getstatic com.oracle.svm.hosted.c.info.ElementInfo.$assertionsDisabled:Z
ifne 1
aload 1
getfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
ifnull 1
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
1: StackMap locals:
StackMap stack:
aload 1
aload 0
putfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
2: aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
3: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
0 4 1 newChild TT;
Signature: <T:Lcom/oracle/svm/hosted/c/info/ElementInfo;>(TT;)TT;
MethodParameters:
Name Flags
newChild
protected void adoptChildren(java.util.Collection<? extends com.oracle.svm.hosted.c.info.ElementInfo>);
descriptor: (Ljava/util/Collection;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 3
goto 3
StackMap locals: com.oracle.svm.hosted.c.info.ElementInfo java.util.Collection top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.svm.hosted.c.info.ElementInfo
astore 2
start local 2 2: aload 0
aload 2
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.adoptChild:(Lcom/oracle/svm/hosted/c/info/ElementInfo;)Lcom/oracle/svm/hosted/c/info/ElementInfo;
pop
end local 2 3: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
4: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
0 5 1 newChildren Ljava/util/Collection<+Lcom/oracle/svm/hosted/c/info/ElementInfo;>;
2 3 2 child Lcom/oracle/svm/hosted/c/info/ElementInfo;
Signature: (Ljava/util/Collection<+Lcom/oracle/svm/hosted/c/info/ElementInfo;>;)V
MethodParameters:
Name Flags
newChildren
public void mergeChildrenAndDelete(com.oracle.svm.hosted.c.info.ElementInfo);
descriptor: (Lcom/oracle/svm/hosted/c/info/ElementInfo;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: com.oracle.svm.hosted.c.info.ElementInfo com.oracle.svm.hosted.c.info.ElementInfo top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.oracle.svm.hosted.c.info.ElementInfo
astore 2
start local 2 2: getstatic com.oracle.svm.hosted.c.info.ElementInfo.$assertionsDisabled:Z
ifne 3
aload 2
getfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
aload 0
if_acmpeq 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals: com.oracle.svm.hosted.c.info.ElementInfo com.oracle.svm.hosted.c.info.ElementInfo com.oracle.svm.hosted.c.info.ElementInfo java.util.Iterator
StackMap stack:
aload 2
aload 1
putfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
4: aload 1
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
aload 2
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
end local 2 5: StackMap locals: com.oracle.svm.hosted.c.info.ElementInfo com.oracle.svm.hosted.c.info.ElementInfo top java.util.Iterator
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
6: getstatic com.oracle.svm.hosted.c.info.ElementInfo.$assertionsDisabled:Z
ifne 7
aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
aload 0
invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
ifne 7
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
7: StackMap locals: com.oracle.svm.hosted.c.info.ElementInfo com.oracle.svm.hosted.c.info.ElementInfo
StackMap stack:
aload 0
getfield com.oracle.svm.hosted.c.info.ElementInfo.parent:Lcom/oracle/svm/hosted/c/info/ElementInfo;
getfield com.oracle.svm.hosted.c.info.ElementInfo.children:Ljava/util/List;
aload 0
invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
pop
8: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
0 9 1 target Lcom/oracle/svm/hosted/c/info/ElementInfo;
2 5 2 child Lcom/oracle/svm/hosted/c/info/ElementInfo;
MethodParameters:
Name Flags
target
public final java.lang.String getUniqueID();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=4, locals=2, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 0
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getParent:()Lcom/oracle/svm/hosted/c/info/ElementInfo;
ifnull 3
2: aload 1
aload 0
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getParent:()Lcom/oracle/svm/hosted/c/info/ElementInfo;
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getUniqueID:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
3: StackMap locals: java.lang.StringBuilder
StackMap stack:
aload 1
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getName:()Ljava/lang/String;
ldc "\\W"
ldc "_"
invokevirtual java.lang.String.replaceAll:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
4: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
1 5 1 result Ljava/lang/StringBuilder;
public abstract java.lang.Object getAnnotatedElement();
descriptor: ()Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
visitor
public final java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getUniqueID:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/svm/hosted/c/info/ElementInfo;
}
SourceFile: "ElementInfo.java"