public class org.apache.hc.core.http.config.NamedElementChain$Node extends java.lang.Object
{
private final java.lang.String name;
private java.lang.Object value;
private org.apache.hc.core.http.config.NamedElementChain$Node previous;
private org.apache.hc.core.http.config.NamedElementChain$Node next;
final org.apache.hc.core.http.config.NamedElementChain this$0;
void <init>(org.apache.hc.core.http.config.NamedElementChain, java.lang.String, java.lang.Object)
{
java.lang.Object v;
java.lang.String v;
org.apache.hc.core.http.config.NamedElementChain v;
org.apache.hc.core.http.config.NamedElementChain$Node v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v := @parameter: org.apache.hc.core.http.config.NamedElementChain;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain this$0> = v;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.String name> = v;
v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.Object value> = v;
return;
}
public java.lang.String getName()
{
java.lang.String v;
org.apache.hc.core.http.config.NamedElementChain$Node v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.String name>;
return v;
}
public java.lang.Object getValue()
{
java.lang.Object v;
org.apache.hc.core.http.config.NamedElementChain$Node v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.Object value>;
return v;
}
public org.apache.hc.core.http.config.NamedElementChain$Node getPrevious()
{
org.apache.hc.core.http.config.NamedElementChain v;
org.apache.hc.core.http.config.NamedElementChain$Node v, v, v, v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain$Node previous>;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain this$0>;
v = v.<org.apache.hc.core.http.config.NamedElementChain: org.apache.hc.core.http.config.NamedElementChain$Node master>;
if v == v goto label;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain$Node previous>;
goto label;
label:
v = null;
label:
return v;
}
public org.apache.hc.core.http.config.NamedElementChain$Node getNext()
{
org.apache.hc.core.http.config.NamedElementChain v;
org.apache.hc.core.http.config.NamedElementChain$Node v, v, v, v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain$Node next>;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain this$0>;
v = v.<org.apache.hc.core.http.config.NamedElementChain: org.apache.hc.core.http.config.NamedElementChain$Node master>;
if v == v goto label;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: org.apache.hc.core.http.config.NamedElementChain$Node next>;
goto label;
label:
v = null;
label:
return v;
}
public java.lang.String toString()
{
java.lang.Object v;
java.lang.String v, v;
org.apache.hc.core.http.config.NamedElementChain$Node v;
v := @this: org.apache.hc.core.http.config.NamedElementChain$Node;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.String name>;
v = v.<org.apache.hc.core.http.config.NamedElementChain$Node: java.lang.Object value>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String,java.lang.Object)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u0001: \u0001");
return v;
}
}