class com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator extends java.lang.Object implements java.util.Iterator
{
void <init>()
{
com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator v;
v := @this: com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
public boolean hasNext()
{
com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator v;
v := @this: com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator;
return 0;
}
public java.lang.Object next()
{
java.lang.IllegalArgumentException v;
com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator v;
v := @this: com.github.javaparser.printer.lexicalpreservation.TextElementIteratorsFactory$EmptyIterator;
v = new java.lang.IllegalArgumentException;
specialinvoke v.<java.lang.IllegalArgumentException: void <init>()>();
throw v;
}
}