public class org.apache.commons.configuration2.tree.DefaultExpressionEngine implements org.apache.commons.configuration2.tree.ExpressionEngine
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.configuration2.tree.DefaultExpressionEngine
super_class: java.lang.Object
{
public static final org.apache.commons.configuration2.tree.DefaultExpressionEngine INSTANCE;
descriptor: Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
private final org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols symbols;
descriptor: Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final org.apache.commons.configuration2.tree.NodeMatcher<java.lang.String> nameMatcher;
descriptor: Lorg/apache/commons/configuration2/tree/NodeMatcher;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lorg/apache/commons/configuration2/tree/NodeMatcher<Ljava/lang/String;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new org.apache.commons.configuration2.tree.DefaultExpressionEngine
dup
1: getstatic org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols.DEFAULT_SYMBOLS:Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
2: invokespecial org.apache.commons.configuration2.tree.DefaultExpressionEngine.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;)V
3: putstatic org.apache.commons.configuration2.tree.DefaultExpressionEngine.INSTANCE:Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
4: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols);
descriptor: (Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
aconst_null
invokespecial org.apache.commons.configuration2.tree.DefaultExpressionEngine.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;Lorg/apache/commons/configuration2/tree/NodeMatcher;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 2 1 syms Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
MethodParameters:
Name Flags
syms final
public void <init>(org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols, org.apache.commons.configuration2.tree.NodeMatcher<java.lang.String>);
descriptor: (Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;Lorg/apache/commons/configuration2/tree/NodeMatcher;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.IllegalArgumentException
dup
ldc "Symbols must not be null!"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols org.apache.commons.configuration2.tree.NodeMatcher
StackMap stack:
aload 0
aload 1
putfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.symbols:Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
4: aload 0
5: aload 2
ifnull 6
aload 2
goto 7
6: StackMap locals:
StackMap stack: org.apache.commons.configuration2.tree.DefaultExpressionEngine
getstatic org.apache.commons.configuration2.tree.NodeNameMatchers.EQUALS:Lorg/apache/commons/configuration2/tree/NodeNameMatchers;
7: StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols org.apache.commons.configuration2.tree.NodeMatcher
StackMap stack: org.apache.commons.configuration2.tree.DefaultExpressionEngine org.apache.commons.configuration2.tree.NodeMatcher
putfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.nameMatcher:Lorg/apache/commons/configuration2/tree/NodeMatcher;
8: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 9 1 syms Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
0 9 2 nodeNameMatcher Lorg/apache/commons/configuration2/tree/NodeMatcher<Ljava/lang/String;>;
Signature: (Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;Lorg/apache/commons/configuration2/tree/NodeMatcher<Ljava/lang/String;>;)V
MethodParameters:
Name Flags
syms final
nodeNameMatcher final
public org.apache.commons.configuration2.tree.DefaultExpressionEngineSymbols getSymbols();
descriptor: ()Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.symbols:Lorg/apache/commons/configuration2/tree/DefaultExpressionEngineSymbols;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
public <T> java.util.List<org.apache.commons.configuration2.tree.QueryResult<T>> query(T, java.lang.String, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 4
start local 4 1: aload 0
new org.apache.commons.configuration2.tree.DefaultConfigurationKey
dup
aload 0
aload 2
invokespecial org.apache.commons.configuration2.tree.DefaultConfigurationKey.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;Ljava/lang/String;)V
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.iterator:()Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
2: aload 1
aload 4
aload 3
3: invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findNodesForKey:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
4: aload 4
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 5 1 root TT;
0 5 2 key Ljava/lang/String;
0 5 3 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
1 5 4 results Ljava/util/List<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;
Signature: <T:Ljava/lang/Object;>(TT;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)Ljava/util/List<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;
MethodParameters:
Name Flags
root final
key final
handler final
public <T> java.lang.String nodeKey(T, java.lang.String, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 2
1: ldc ""
areturn
2: StackMap locals:
StackMap stack:
new org.apache.commons.configuration2.tree.DefaultConfigurationKey
dup
aload 0
3: aload 2
4: invokespecial org.apache.commons.configuration2.tree.DefaultConfigurationKey.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;Ljava/lang/String;)V
astore 4
start local 4 5: aload 4
aload 3
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
iconst_1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.append:(Ljava/lang/String;Z)Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
pop
6: aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.toString:()Ljava/lang/String;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 7 1 node TT;
0 7 2 parentKey Ljava/lang/String;
0 7 3 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
5 7 4 key Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
Signature: <T:Ljava/lang/Object;>(TT;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)Ljava/lang/String;
MethodParameters:
Name Flags
node final
parentKey final
handler final
public java.lang.String attributeKey(java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: new org.apache.commons.configuration2.tree.DefaultConfigurationKey
dup
aload 0
aload 1
invokespecial org.apache.commons.configuration2.tree.DefaultConfigurationKey.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;Ljava/lang/String;)V
1: astore 3
start local 3 2: aload 3
aload 2
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.appendAttribute:(Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
pop
3: aload 3
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.toString:()Ljava/lang/String;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 4 1 parentKey Ljava/lang/String;
0 4 2 attributeName Ljava/lang/String;
2 4 3 key Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
MethodParameters:
Name Flags
parentKey final
attributeName final
public <T> java.lang.String canonicalKey(T, java.lang.String, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.nodeName:(Ljava/lang/Object;)Ljava/lang/String;
astore 4
start local 4 1: aload 3
aload 1
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getParent:(Ljava/lang/Object;)Ljava/lang/Object;
astore 5
start local 5 2: new org.apache.commons.configuration2.tree.DefaultConfigurationKey
dup
aload 0
aload 2
invokespecial org.apache.commons.configuration2.tree.DefaultConfigurationKey.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;Ljava/lang/String;)V
3: astore 6
start local 6 4: aload 6
aload 4
invokestatic org.apache.commons.lang3.StringUtils.defaultString:(Ljava/lang/String;)Ljava/lang/String;
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.append:(Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
pop
5: aload 5
ifnull 7
6: aload 6
aload 0
aload 1
aload 5
aload 4
aload 3
invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.determineIndex:(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)I
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.appendIndex:(I)Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
pop
7: StackMap locals: java.lang.String java.lang.Object org.apache.commons.configuration2.tree.DefaultConfigurationKey
StackMap stack:
aload 6
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.toString:()Ljava/lang/String;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 8 1 node TT;
0 8 2 parentKey Ljava/lang/String;
0 8 3 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
1 8 4 nodeName Ljava/lang/String;
2 8 5 parent TT;
4 8 6 key Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey;
Signature: <T:Ljava/lang/Object;>(TT;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)Ljava/lang/String;
MethodParameters:
Name Flags
node final
parentKey final
handler final
public <T> org.apache.commons.configuration2.tree.NodeAddData<T> prepareAdd(T, java.lang.String, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)Lorg/apache/commons/configuration2/tree/NodeAddData;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: new org.apache.commons.configuration2.tree.DefaultConfigurationKey
dup
1: aload 0
aload 2
2: invokespecial org.apache.commons.configuration2.tree.DefaultConfigurationKey.<init>:(Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;Ljava/lang/String;)V
3: invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey.iterator:()Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
4: astore 4
start local 4 5: aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasNext:()Z
ifne 9
6: new java.lang.IllegalArgumentException
dup
7: ldc "Key for add operation must be defined!"
8: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals: org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator
StackMap stack:
aload 0
aload 4
aload 1
aload 3
invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findLastPathNode:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/lang/Object;
astore 5
start local 5 10: new java.util.LinkedList
dup
invokespecial java.util.LinkedList.<init>:()V
astore 6
start local 6 11: goto 20
12: StackMap locals: java.lang.Object java.util.List
StackMap stack:
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.isPropertyKey:()Z
ifne 18
13: new java.lang.IllegalArgumentException
dup
14: new java.lang.StringBuilder
dup
ldc "Invalid key for add operation: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
15: ldc " (Attribute key in the middle.)"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
16: invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
17: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
18: StackMap locals:
StackMap stack:
aload 6
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.currentKey:()Ljava/lang/String;
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
19: aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.next:()Ljava/lang/Object;
pop
20: StackMap locals:
StackMap stack:
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasNext:()Z
ifne 12
21: new org.apache.commons.configuration2.tree.NodeAddData
dup
aload 5
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.currentKey:()Ljava/lang/String;
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.isPropertyKey:()Z
ifeq 22
iconst_0
goto 23
StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine java.lang.Object java.lang.String org.apache.commons.configuration2.tree.NodeHandler org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator java.lang.Object java.util.List
StackMap stack: new 21 new 21 java.lang.Object java.lang.String
22: iconst_1
23: StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine java.lang.Object java.lang.String org.apache.commons.configuration2.tree.NodeHandler org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator java.lang.Object java.util.List
StackMap stack: new 21 new 21 java.lang.Object java.lang.String int
aload 6
24: invokespecial org.apache.commons.configuration2.tree.NodeAddData.<init>:(Ljava/lang/Object;Ljava/lang/String;ZLjava/util/Collection;)V
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 25 1 root TT;
0 25 2 key Ljava/lang/String;
0 25 3 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
5 25 4 it Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
10 25 5 parent TT;
11 25 6 pathNodes Ljava/util/List<Ljava/lang/String;>;
Signature: <T:Ljava/lang/Object;>(TT;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)Lorg/apache/commons/configuration2/tree/NodeAddData<TT;>;
MethodParameters:
Name Flags
root final
key final
handler final
protected <T> void findNodesForKey(org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator, T, java.util.Collection<org.apache.commons.configuration2.tree.QueryResult<T>>, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasNext:()Z
ifne 3
1: aload 3
aload 2
invokestatic org.apache.commons.configuration2.tree.QueryResult.createNodeResult:(Ljava/lang/Object;)Lorg/apache/commons/configuration2/tree/QueryResult;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
2: goto 11
3: StackMap locals:
StackMap stack:
aload 1
iconst_0
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.nextKey:(Z)Ljava/lang/String;
astore 5
start local 5 4: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.isPropertyKey:()Z
ifeq 8
5: aload 0
aload 1
aload 0
aload 4
aload 2
aload 5
invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findChildNodesByName:(Lorg/apache/commons/configuration2/tree/NodeHandler;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/List;
6: aload 3
aload 4
7: invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.processSubNodes:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/util/List;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
8: StackMap locals: java.lang.String
StackMap stack:
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.isAttribute:()Z
ifeq 11
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasNext:()Z
ifne 11
9: aload 4
aload 2
aload 5
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getAttributeValue:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
ifnull 11
10: aload 3
aload 2
aload 5
invokestatic org.apache.commons.configuration2.tree.QueryResult.createAttributeResult:(Ljava/lang/Object;Ljava/lang/String;)Lorg/apache/commons/configuration2/tree/QueryResult;
invokeinterface java.util.Collection.add:(Ljava/lang/Object;)Z
pop
end local 5 11: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 12 1 keyPart Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
0 12 2 node TT;
0 12 3 results Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;
0 12 4 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
4 11 5 key Ljava/lang/String;
Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;TT;Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)V
MethodParameters:
Name Flags
keyPart final
node final
results final
handler final
protected <T> T findLastPathNode(org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator, T, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
iconst_0
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.nextKey:(Z)Ljava/lang/String;
astore 4
start local 4 1: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasNext:()Z
ifeq 22
2: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.isPropertyKey:()Z
ifne 6
3: new java.lang.IllegalArgumentException
dup
4: ldc "Invalid path for add operation: Attribute key in the middle!"
5: invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
6: StackMap locals: java.lang.String
StackMap stack:
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasIndex:()Z
ifeq 7
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.getIndex:()I
goto 12
StackMap locals:
StackMap stack:
7: aload 3
8: aload 2
aload 0
getfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.nameMatcher:Lorg/apache/commons/configuration2/tree/NodeMatcher;
9: aload 4
10: invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getMatchingChildrenCount:(Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeMatcher;Ljava/lang/Object;)I
11: iconst_1
isub
12: StackMap locals:
StackMap stack: int
istore 5
start local 5 13: iload 5
iflt 17
14: iload 5
aload 3
aload 2
15: aload 0
getfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.nameMatcher:Lorg/apache/commons/configuration2/tree/NodeMatcher;
aload 4
16: invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getMatchingChildrenCount:(Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeMatcher;Ljava/lang/Object;)I
if_icmplt 18
17: StackMap locals: int
StackMap stack:
aload 2
areturn
18: StackMap locals:
StackMap stack:
aload 0
aload 1
19: aload 0
aload 3
aload 2
aload 4
invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findChildNodesByName:(Lorg/apache/commons/configuration2/tree/NodeHandler;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/List;
iload 5
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
20: aload 3
21: invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findLastPathNode:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeHandler;)Ljava/lang/Object;
areturn
end local 5 22: StackMap locals:
StackMap stack:
aload 2
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 23 1 keyIt Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
0 23 2 node TT;
0 23 3 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
1 23 4 keyPart Ljava/lang/String;
13 22 5 idx I
Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;TT;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)TT;
MethodParameters:
Name Flags
keyIt final
node final
handler final
private <T> void processSubNodes(org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator, java.util.List<T>, java.util.Collection<org.apache.commons.configuration2.tree.QueryResult<T>>, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/util/List;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.hasIndex:()Z
ifeq 6
1: aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.getIndex:()I
iflt 12
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.getIndex:()I
aload 2
invokeinterface java.util.List.size:()I
if_icmpge 12
2: aload 0
aload 1
3: invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.clone:()Ljava/lang/Object;
checkcast org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator
aload 2
aload 1
invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.getIndex:()I
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
aload 3
aload 4
4: invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findNodesForKey:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
5: goto 12
6: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 6
goto 11
StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator java.util.List java.util.Collection org.apache.commons.configuration2.tree.NodeHandler top java.util.Iterator
StackMap stack:
7: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.lang.Object
astore 5
start local 5 8: aload 0
aload 1
9: invokevirtual org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator.clone:()Ljava/lang/Object;
checkcast org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator
aload 5
aload 3
aload 4
10: invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findNodesForKey:(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/lang/Object;Ljava/util/Collection;Lorg/apache/commons/configuration2/tree/NodeHandler;)V
end local 5 11: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
12: StackMap locals: org.apache.commons.configuration2.tree.DefaultExpressionEngine org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator java.util.List java.util.Collection org.apache.commons.configuration2.tree.NodeHandler
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 13 1 keyPart Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;
0 13 2 subNodes Ljava/util/List<TT;>;
0 13 3 nodes Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;
0 13 4 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
8 11 5 node TT;
Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/configuration2/tree/DefaultConfigurationKey$KeyIterator;Ljava/util/List<TT;>;Ljava/util/Collection<Lorg/apache/commons/configuration2/tree/QueryResult<TT;>;>;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)V
MethodParameters:
Name Flags
keyPart final
subNodes final
nodes final
handler final
private <T> int determineIndex(T, T, java.lang.String, org.apache.commons.configuration2.tree.NodeHandler<T>);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler;)I
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 4
aload 2
aload 3
invokevirtual org.apache.commons.configuration2.tree.DefaultExpressionEngine.findChildNodesByName:(Lorg/apache/commons/configuration2/tree/NodeHandler;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/List;
aload 1
invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
ireturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 1 1 node TT;
0 1 2 parent TT;
0 1 3 nodeName Ljava/lang/String;
0 1 4 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
Signature: <T:Ljava/lang/Object;>(TT;TT;Ljava/lang/String;Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;)I
MethodParameters:
Name Flags
node final
parent final
nodeName final
handler final
private <T> java.util.List<T> findChildNodesByName(org.apache.commons.configuration2.tree.NodeHandler<T>, T, java.lang.String);
descriptor: (Lorg/apache/commons/configuration2/tree/NodeHandler;Ljava/lang/Object;Ljava/lang/String;)Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
aload 2
aload 0
getfield org.apache.commons.configuration2.tree.DefaultExpressionEngine.nameMatcher:Lorg/apache/commons/configuration2/tree/NodeMatcher;
aload 3
invokeinterface org.apache.commons.configuration2.tree.NodeHandler.getMatchingChildren:(Ljava/lang/Object;Lorg/apache/commons/configuration2/tree/NodeMatcher;Ljava/lang/Object;)Ljava/util/List;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/configuration2/tree/DefaultExpressionEngine;
0 1 1 handler Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;
0 1 2 parent TT;
0 1 3 nodeName Ljava/lang/String;
Signature: <T:Ljava/lang/Object;>(Lorg/apache/commons/configuration2/tree/NodeHandler<TT;>;TT;Ljava/lang/String;)Ljava/util/List<TT;>;
MethodParameters:
Name Flags
handler final
parent final
nodeName final
}
SourceFile: "DefaultExpressionEngine.java"
InnerClasses:
public KeyIterator = org.apache.commons.configuration2.tree.DefaultConfigurationKey$KeyIterator of org.apache.commons.configuration2.tree.DefaultConfigurationKey