final class org.apache.commons.text.StrBuilder$StrBuilderTokenizer extends org.apache.commons.text.StrTokenizer
{
final org.apache.commons.text.StrBuilder this$0;
void <init>(org.apache.commons.text.StrBuilder)
{
org.apache.commons.text.StrBuilder v;
org.apache.commons.text.StrBuilder$StrBuilderTokenizer v;
v := @this: org.apache.commons.text.StrBuilder$StrBuilderTokenizer;
v := @parameter: org.apache.commons.text.StrBuilder;
v.<org.apache.commons.text.StrBuilder$StrBuilderTokenizer: org.apache.commons.text.StrBuilder this$0> = v;
specialinvoke v.<org.apache.commons.text.StrTokenizer: void <init>()>();
return;
}
public java.lang.String getContent()
{
org.apache.commons.text.StrBuilder v;
org.apache.commons.text.StrBuilder$StrBuilderTokenizer v;
java.lang.String v, v;
v := @this: org.apache.commons.text.StrBuilder$StrBuilderTokenizer;
v = specialinvoke v.<org.apache.commons.text.StrTokenizer: java.lang.String getContent()>();
if v != null goto label;
v = v.<org.apache.commons.text.StrBuilder$StrBuilderTokenizer: org.apache.commons.text.StrBuilder this$0>;
v = virtualinvoke v.<org.apache.commons.text.StrBuilder: java.lang.String toString()>();
return v;
label:
return v;
}
protected java.util.List tokenize(char[], int, int)
{
org.apache.commons.text.StrBuilder v, v;
org.apache.commons.text.StrBuilder$StrBuilderTokenizer v;
java.util.List v, v;
int v, v, v;
char[] v, v;
v := @this: org.apache.commons.text.StrBuilder$StrBuilderTokenizer;
v := @parameter: char[];
v := @parameter: int;
v := @parameter: int;
if v != null goto label;
v = v.<org.apache.commons.text.StrBuilder$StrBuilderTokenizer: org.apache.commons.text.StrBuilder this$0>;
v = v.<org.apache.commons.text.StrBuilder: char[] buffer>;
v = v.<org.apache.commons.text.StrBuilder$StrBuilderTokenizer: org.apache.commons.text.StrBuilder this$0>;
v = virtualinvoke v.<org.apache.commons.text.StrBuilder: int size()>();
v = specialinvoke v.<org.apache.commons.text.StrTokenizer: java.util.List tokenize(char[],int,int)>(v, 0, v);
return v;
label:
v = specialinvoke v.<org.apache.commons.text.StrTokenizer: java.util.List tokenize(char[],int,int)>(v, v, v);
return v;
}
}