public class org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer extends org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
super_class: org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer
{
private org.eclipse.core.runtime.IPath fContainerPath;
descriptor: Lorg/eclipse/core/runtime/IPath;
flags: (0x0002) ACC_PRIVATE
public static final java.lang.String TYPE_ID;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.StringBuilder
dup
invokestatic org.eclipse.jdt.internal.launching.LaunchingPlugin.getUniqueIdentifier:()Ljava/lang/String;
invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
ldc ".sourceContainer.classpathContainer"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
putstatic org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.TYPE_ID:Ljava/lang/String;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.eclipse.core.runtime.IPath);
descriptor: (Lorg/eclipse/core/runtime/IPath;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial org.eclipse.debug.core.sourcelookup.containers.CompositeSourceContainer.<init>:()V
1: aload 0
aload 1
putfield org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.fContainerPath:Lorg/eclipse/core/runtime/IPath;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
0 3 1 containerPath Lorg/eclipse/core/runtime/IPath;
MethodParameters:
Name Flags
containerPath
public java.lang.String getName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=1
start local 0 0: aconst_null
astore 1
start local 1 1: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getClasspathContainer:()Lorg/eclipse/jdt/core/IClasspathContainer;
astore 1
2: goto 4
StackMap locals: org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer org.eclipse.jdt.core.IClasspathContainer
StackMap stack: org.eclipse.core.runtime.CoreException
3: pop
4: StackMap locals:
StackMap stack:
aload 1
ifnonnull 6
5: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
invokeinterface org.eclipse.core.runtime.IPath.lastSegment:()Ljava/lang/String;
areturn
6: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.eclipse.jdt.core.IClasspathContainer.getDescription:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
1 7 1 container Lorg/eclipse/jdt/core/IClasspathContainer;
Exception table:
from to target type
1 2 3 Class org.eclipse.core.runtime.CoreException
public org.eclipse.debug.core.sourcelookup.ISourceContainerType getType();
descriptor: ()Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getstatic org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.TYPE_ID:Ljava/lang/String;
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getSourceContainerType:(Ljava/lang/String;)Lorg/eclipse/debug/core/sourcelookup/ISourceContainerType;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
protected org.eclipse.debug.core.sourcelookup.ISourceContainer[] createSourceContainers();
descriptor: ()[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
iconst_3
invokestatic org.eclipse.jdt.launching.JavaRuntime.newRuntimeContainerClasspathEntry:(Lorg/eclipse/core/runtime/IPath;I)Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
astore 1
start local 1 1: iconst_1
anewarray org.eclipse.jdt.launching.IRuntimeClasspathEntry
dup
iconst_0
aload 1
aastore
aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getDirector:()Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
invokeinterface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector.getLaunchConfiguration:()Lorg/eclipse/debug/core/ILaunchConfiguration;
invokestatic org.eclipse.jdt.launching.JavaRuntime.resolveSourceLookupPath:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;Lorg/eclipse/debug/core/ILaunchConfiguration;)[Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
astore 2
start local 2 2: aload 2
invokestatic org.eclipse.jdt.launching.JavaRuntime.getSourceContainers:([Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;)[Lorg/eclipse/debug/core/sourcelookup/ISourceContainer;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
1 3 1 entry Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
2 3 2 entries [Lorg/eclipse/jdt/launching/IRuntimeClasspathEntry;
Exceptions:
throws org.eclipse.core.runtime.CoreException
public org.eclipse.core.runtime.IPath getPath();
descriptor: ()Lorg/eclipse/core/runtime/IPath;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.fContainerPath:Lorg/eclipse/core/runtime/IPath;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
ifeq 2
1: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
aload 1
checkcast org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
invokeinterface org.eclipse.core.runtime.IPath.equals:(Ljava/lang/Object;)Z
ireturn
2: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
0 3 1 obj Ljava/lang/Object;
MethodParameters:
Name Flags
obj
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
invokevirtual java.lang.Object.hashCode:()I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
public org.eclipse.jdt.core.IClasspathContainer getClasspathContainer();
descriptor: ()Lorg/eclipse/jdt/core/IClasspathContainer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getDirector:()Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
astore 1
start local 1 1: aload 1
ifnull 7
2: aload 1
invokeinterface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector.getLaunchConfiguration:()Lorg/eclipse/debug/core/ILaunchConfiguration;
astore 2
start local 2 3: aload 2
ifnull 7
4: aload 2
invokestatic org.eclipse.jdt.launching.JavaRuntime.getJavaProject:(Lorg/eclipse/debug/core/ILaunchConfiguration;)Lorg/eclipse/jdt/core/IJavaProject;
astore 3
start local 3 5: aload 3
ifnull 7
6: aload 0
invokevirtual org.eclipse.jdt.launching.sourcelookup.containers.ClasspathContainerSourceContainer.getPath:()Lorg/eclipse/core/runtime/IPath;
aload 3
invokestatic org.eclipse.jdt.core.JavaCore.getClasspathContainer:(Lorg/eclipse/core/runtime/IPath;Lorg/eclipse/jdt/core/IJavaProject;)Lorg/eclipse/jdt/core/IClasspathContainer;
areturn
end local 3 end local 2 7: StackMap locals: org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/eclipse/jdt/launching/sourcelookup/containers/ClasspathContainerSourceContainer;
1 8 1 director Lorg/eclipse/debug/core/sourcelookup/ISourceLookupDirector;
3 7 2 configuration Lorg/eclipse/debug/core/ILaunchConfiguration;
5 7 3 project Lorg/eclipse/jdt/core/IJavaProject;
Exceptions:
throws org.eclipse.core.runtime.CoreException
}
SourceFile: "ClasspathContainerSourceContainer.java"