public final class com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter extends java.lang.Object { private boolean _crSeen; private int _line; private int _column; public void () { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; specialinvoke v.()>(); v. = 1; v. = 1; return; } public int getLine() { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; int v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; v = v.; return v; } public int getColumn() { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; int v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; v = v.; return v; } public com.github.javaparser.Position getPosition() { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; int v, v; com.github.javaparser.Position v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; v = new com.github.javaparser.Position; v = virtualinvoke v.(); v = virtualinvoke v.(); specialinvoke v.(int,int)>(v, v); return v; } public int process(int) { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; int v, v, v; boolean v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; v := @parameter: int; lookupswitch(v) { case -1: goto label; case 10: goto label; case 13: goto label; default: goto label; }; label: specialinvoke v.(); v. = 1; goto label; label: v = v.; if v == 0 goto label; v. = 0; goto label; label: specialinvoke v.(); goto label; label: v. = 0; v = v.; v = v + 1; v. = v; label: return v; } private void incLine() { com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter v; int v, v; v := @this: com.github.javaparser.UnicodeEscapeProcessingProvider$LineCounter; v = v.; v = v + 1; v. = v; v. = 1; return; } }