repo stringlengths 1 191 ⌀ | file stringlengths 23 351 | code stringlengths 0 5.32M | file_length int64 0 5.32M | avg_line_length float64 0 2.9k | max_line_length int64 0 288k | extension_type stringclasses 1
value |
|---|---|---|---|---|---|---|
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TColon.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TColon extends Token
{
public TColon()
{
super.setText(":");
}
public TColon(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TColonEquals.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TColonEquals extends Token
{
public TColonEquals()
{
super.setText(":=");
}
public TColonEquals(int line, int... | 790 | 18.775 | 71 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TComma.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TComma extends Token
{
public TComma()
{
super.setText(",");
}
public TComma(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TDefault.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TDefault extends Token
{
public TDefault()
{
super.setText("default");
}
public TDefault(int line, int pos)
... | 776 | 18.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TDiv.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TDiv extends Token
{
public TDiv()
{
super.setText("/");
}
public TDiv(int line, int pos)
{
super... | 740 | 17.525 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TDot.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TDot extends Token
{
public TDot()
{
super.setText(".");
}
public TDot(int line, int pos)
{
super... | 740 | 17.525 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TDouble.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TDouble extends Token
{
public TDouble()
{
super.setText("double");
}
public TDouble(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TDynamicinvoke.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TDynamicinvoke extends Token
{
public TDynamicinvoke()
{
super.setText("dynamicinvoke");
}
public TDynamicinv... | 824 | 19.625 | 73 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TEntermonitor.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TEntermonitor extends Token
{
public TEntermonitor()
{
super.setText("entermonitor");
}
public TEntermonitor(... | 816 | 19.425 | 72 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TEnum.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TEnum extends Token
{
public TEnum()
{
super.setText("enum");
}
public TEnum(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TEquals.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TEquals extends Token
{
public TEquals()
{
super.setText("=");
}
public TEquals(int line, int pos)
{
... | 758 | 17.975 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TExitmonitor.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TExitmonitor extends Token
{
public TExitmonitor()
{
super.setText("exitmonitor");
}
public TExitmonitor(int ... | 808 | 19.225 | 71 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TExtends.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TExtends extends Token
{
public TExtends()
{
super.setText("extends");
}
public TExtends(int line, int pos)
... | 776 | 18.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TFinal.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TFinal extends Token
{
public TFinal()
{
super.setText("final");
}
public TFinal(int line, int pos)
{
... | 760 | 18.025 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TFloat.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TFloat extends Token
{
public TFloat()
{
super.setText("float");
}
public TFloat(int line, int pos)
{
... | 760 | 18.025 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TFloatConstant.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TFloatConstant extends Token
{
public TFloatConstant(String text)
{
setText(text);
}
public TFloatConstant(St... | 659 | 18.411765 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TFrom.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TFrom extends Token
{
public TFrom()
{
super.setText("from");
}
public TFrom(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TFullIdentifier.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TFullIdentifier extends Token
{
public TFullIdentifier(String text)
{
setText(text);
}
public TFullIdentifier... | 664 | 18.558824 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TGoto.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TGoto extends Token
{
public TGoto()
{
super.setText("goto");
}
public TGoto(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TIdentifier.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TIdentifier extends Token
{
public TIdentifier(String text)
{
setText(text);
}
public TIdentifier(String text... | 644 | 17.970588 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TIf.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TIf extends Token
{
public TIf()
{
super.setText("if");
}
public TIf(int line, int pos)
{
super.s... | 736 | 17.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TIgnored.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TIgnored extends Token
{
public TIgnored(String text)
{
setText(text);
}
public TIgnored(String text, int lin... | 629 | 17.529412 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TImplements.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TImplements extends Token
{
public TImplements()
{
super.setText("implements");
}
public TImplements(int line... | 800 | 19.025 | 70 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TInstanceof.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TInstanceof extends Token
{
public TInstanceof()
{
super.setText("instanceof");
}
public TInstanceof(int line... | 800 | 19.025 | 70 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TInt.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TInt extends Token
{
public TInt()
{
super.setText("int");
}
public TInt(int line, int pos)
{
sup... | 744 | 17.625 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TIntegerConstant.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TIntegerConstant extends Token
{
public TIntegerConstant(String text)
{
setText(text);
}
public TIntegerConst... | 669 | 18.705882 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TInterface.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TInterface extends Token
{
public TInterface()
{
super.setText("interface");
}
public TInterface(int line, in... | 792 | 18.825 | 69 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TInterfaceinvoke.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TInterfaceinvoke extends Token
{
public TInterfaceinvoke()
{
super.setText("interfaceinvoke");
}
public TInte... | 840 | 20.025 | 75 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLBrace.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLBrace extends Token
{
public TLBrace()
{
super.setText("{");
}
public TLBrace(int line, int pos)
{
... | 758 | 17.975 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLBracket.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLBracket extends Token
{
public TLBracket()
{
super.setText("[");
}
public TLBracket(int line, int pos)
... | 770 | 18.275 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLParen.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLParen extends Token
{
public TLParen()
{
super.setText("(");
}
public TLParen(int line, int pos)
{
... | 758 | 17.975 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLengthof.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLengthof extends Token
{
public TLengthof()
{
super.setText("lengthof");
}
public TLengthof(int line, int po... | 784 | 18.625 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLong.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLong extends Token
{
public TLong()
{
super.setText("long");
}
public TLong(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TLookupswitch.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TLookupswitch extends Token
{
public TLookupswitch()
{
super.setText("lookupswitch");
}
public TLookupswitch(... | 816 | 19.425 | 72 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TMinus.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TMinus extends Token
{
public TMinus()
{
super.setText("-");
}
public TMinus(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TMod.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TMod extends Token
{
public TMod()
{
super.setText("%");
}
public TMod(int line, int pos)
{
super... | 740 | 17.525 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TMult.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TMult extends Token
{
public TMult()
{
super.setText("*");
}
public TMult(int line, int pos)
{
su... | 746 | 17.675 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNative.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNative extends Token
{
public TNative()
{
super.setText("native");
}
public TNative(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNeg.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNeg extends Token
{
public TNeg()
{
super.setText("neg");
}
public TNeg(int line, int pos)
{
sup... | 744 | 17.625 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNew.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNew extends Token
{
public TNew()
{
super.setText("new");
}
public TNew(int line, int pos)
{
sup... | 744 | 17.625 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNewarray.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNewarray extends Token
{
public TNewarray()
{
super.setText("newarray");
}
public TNewarray(int line, int po... | 784 | 18.625 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNewmultiarray.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNewmultiarray extends Token
{
public TNewmultiarray()
{
super.setText("newmultiarray");
}
public TNewmultiar... | 824 | 19.625 | 73 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNop.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNop extends Token
{
public TNop()
{
super.setText("nop");
}
public TNop(int line, int pos)
{
sup... | 744 | 17.625 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNull.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNull extends Token
{
public TNull()
{
super.setText("null");
}
public TNull(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TNullType.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TNullType extends Token
{
public TNullType()
{
super.setText("null_type");
}
public TNullType(int line, int p... | 786 | 18.675 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TOr.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TOr extends Token
{
public TOr()
{
super.setText("|");
}
public TOr(int line, int pos)
{
super.se... | 734 | 17.375 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TPlus.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TPlus extends Token
{
public TPlus()
{
super.setText("+");
}
public TPlus(int line, int pos)
{
su... | 746 | 17.675 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TPrivate.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TPrivate extends Token
{
public TPrivate()
{
super.setText("private");
}
public TPrivate(int line, int pos)
... | 776 | 18.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TProtected.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TProtected extends Token
{
public TProtected()
{
super.setText("protected");
}
public TProtected(int line, in... | 792 | 18.825 | 69 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TPublic.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TPublic extends Token
{
public TPublic()
{
super.setText("public");
}
public TPublic(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TQuote.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TQuote extends Token
{
public TQuote()
{
super.setText("\'");
}
public TQuote(int line, int pos)
{
... | 754 | 17.875 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TQuotedName.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TQuotedName extends Token
{
public TQuotedName(String text)
{
setText(text);
}
public TQuotedName(String text... | 644 | 17.970588 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TRBrace.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TRBrace extends Token
{
public TRBrace()
{
super.setText("}");
}
public TRBrace(int line, int pos)
{
... | 758 | 17.975 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TRBracket.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TRBracket extends Token
{
public TRBracket()
{
super.setText("]");
}
public TRBracket(int line, int pos)
... | 770 | 18.275 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TRParen.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TRParen extends Token
{
public TRParen()
{
super.setText(")");
}
public TRParen(int line, int pos)
{
... | 758 | 17.975 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TRet.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TRet extends Token
{
public TRet()
{
super.setText("ret");
}
public TRet(int line, int pos)
{
sup... | 744 | 17.625 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TReturn.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TReturn extends Token
{
public TReturn()
{
super.setText("return");
}
public TReturn(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TSemicolon.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TSemicolon extends Token
{
public TSemicolon()
{
super.setText(";");
}
public TSemicolon(int line, int pos)
... | 776 | 18.425 | 69 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TShl.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TShl extends Token
{
public TShl()
{
super.setText("<<");
}
public TShl(int line, int pos)
{
supe... | 742 | 17.575 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TShort.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TShort extends Token
{
public TShort()
{
super.setText("short");
}
public TShort(int line, int pos)
{
... | 760 | 18.025 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TShr.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TShr extends Token
{
public TShr()
{
super.setText(">>");
}
public TShr(int line, int pos)
{
supe... | 742 | 17.575 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TSpecialinvoke.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TSpecialinvoke extends Token
{
public TSpecialinvoke()
{
super.setText("specialinvoke");
}
public TSpecialinv... | 824 | 19.625 | 73 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TStatic.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TStatic extends Token
{
public TStatic()
{
super.setText("static");
}
public TStatic(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TStaticinvoke.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TStaticinvoke extends Token
{
public TStaticinvoke()
{
super.setText("staticinvoke");
}
public TStaticinvoke(... | 816 | 19.425 | 72 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TStrictfp.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TStrictfp extends Token
{
public TStrictfp()
{
super.setText("strictfp");
}
public TStrictfp(int line, int po... | 784 | 18.625 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TStringConstant.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TStringConstant extends Token
{
public TStringConstant(String text)
{
setText(text);
}
public TStringConstant... | 664 | 18.558824 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TSynchronized.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TSynchronized extends Token
{
public TSynchronized()
{
super.setText("synchronized");
}
public TSynchronized(... | 816 | 19.425 | 72 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TTableswitch.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TTableswitch extends Token
{
public TTableswitch()
{
super.setText("tableswitch");
}
public TTableswitch(int ... | 808 | 19.225 | 71 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TThrow.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TThrow extends Token
{
public TThrow()
{
super.setText("throw");
}
public TThrow(int line, int pos)
{
... | 760 | 18.025 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TThrows.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TThrows extends Token
{
public TThrows()
{
super.setText("throws");
}
public TThrows(int line, int pos)
{... | 768 | 18.225 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TTo.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TTo extends Token
{
public TTo()
{
super.setText("to");
}
public TTo(int line, int pos)
{
super.s... | 736 | 17.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TTransient.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TTransient extends Token
{
public TTransient()
{
super.setText("transient");
}
public TTransient(int line, in... | 792 | 18.825 | 69 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TUnknown.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TUnknown extends Token
{
public TUnknown()
{
super.setText("unknown");
}
public TUnknown(int line, int pos)
... | 776 | 18.425 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TUshr.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TUshr extends Token
{
public TUshr()
{
super.setText(">>>");
}
public TUshr(int line, int pos)
{
... | 750 | 17.775 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TVirtualinvoke.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TVirtualinvoke extends Token
{
public TVirtualinvoke()
{
super.setText("virtualinvoke");
}
public TVirtualinv... | 824 | 19.625 | 73 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TVoid.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TVoid extends Token
{
public TVoid()
{
super.setText("void");
}
public TVoid(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TVolatile.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TVolatile extends Token
{
public TVolatile()
{
super.setText("volatile");
}
public TVolatile(int line, int po... | 784 | 18.625 | 68 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TWith.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TWith extends Token
{
public TWith()
{
super.setText("with");
}
public TWith(int line, int pos)
{
... | 752 | 17.825 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/TXor.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
import soot.jimple.parser.analysis.*;
@SuppressWarnings("nls")
public final class TXor extends Token
{
public TXor()
{
super.setText("^");
}
public TXor(int line, int pos)
{
super... | 740 | 17.525 | 67 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/node/Token.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.node;
@SuppressWarnings("nls")
public abstract class Token extends Node
{
private String text;
private int line;
private int pos;
public String getText()
{
return this.text;
}
public vo... | 1,151 | 18.2 | 107 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/parser/Parser.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.parser;
import soot.jimple.parser.lexer.*;
import soot.jimple.parser.node.*;
import soot.jimple.parser.analysis.*;
import java.util.*;
import java.io.DataInputStream;
import java.io.BufferedInputStream;
import java.io.IOEx... | 267,017 | 34.170969 | 1,453 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/parser/ParserException.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.parser;
import soot.jimple.parser.node.*;
@SuppressWarnings("serial")
public class ParserException extends Exception
{
Token token;
public ParserException(@SuppressWarnings("hiding") Token token, String message)
... | 454 | 18.782609 | 84 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/parser/State.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.parser;
import java.util.ArrayList;
final class State
{
int state;
ArrayList<Object> nodes;
State(@SuppressWarnings("hiding") int state, @SuppressWarnings("hiding") ArrayList<Object> nodes)
{
this.... | 371 | 19.666667 | 101 | java |
soot | soot-master/src/main/generated/sablecc/soot/jimple/parser/parser/TokenIndex.java | /* This file was generated by SableCC (http://www.sablecc.org/). */
package soot.jimple.parser.parser;
import soot.jimple.parser.node.*;
import soot.jimple.parser.analysis.*;
class TokenIndex extends AnalysisAdapter
{
int index;
@Override
public void caseTAbstract(@SuppressWarnings("unused") TAbstract n... | 12,697 | 19.546926 | 87 | java |
soot | soot-master/src/main/generated/singletons/soot/Singletons.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of ... | 129,131 | 49.521127 | 165 | java |
soot | soot-master/src/main/java/soot/AbstractASMBackend.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, ei... | 27,463 | 35.280053 | 125 | java |
soot | soot-master/src/main/java/soot/AbstractJasminClass.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1999 Patrick Lam, Patrick Pominville and Raja Vallee-Rai
* Copyright (C) 2004 Jennifer Lhotak, Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Gen... | 24,893 | 30.997429 | 122 | java |
soot | soot-master/src/main/java/soot/AbstractSootFieldRef.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of ... | 8,710 | 29.246528 | 125 | java |
soot | soot-master/src/main/java/soot/AbstractTrap.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 3,780 | 23.082803 | 113 | java |
soot | soot-master/src/main/java/soot/AbstractUnit.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 4,033 | 26.073826 | 123 | java |
soot | soot-master/src/main/java/soot/AbstractUnitAllMapTo.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,199 | 25.086957 | 71 | java |
soot | soot-master/src/main/java/soot/AbstractUnitBox.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,753 | 24.057143 | 78 | java |
soot | soot-master/src/main/java/soot/AbstractUnitPrinter.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 - 2004 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version ... | 3,464 | 19.382353 | 71 | java |
soot | soot-master/src/main/java/soot/AbstractValueBox.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,731 | 26.0625 | 115 | java |
soot | soot-master/src/main/java/soot/AmbiguousFieldException.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,236 | 31.552632 | 86 | java |
soot | soot-master/src/main/java/soot/AmbiguousMethodException.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,242 | 31.710526 | 88 | java |
soot | soot-master/src/main/java/soot/AndroidPlatformException.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 2018 Raja Vallée-Rai and others
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, ei... | 1,616 | 28.4 | 123 | java |
soot | soot-master/src/main/java/soot/AnySubType.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 1,713 | 23.485714 | 80 | java |
soot | soot-master/src/main/java/soot/ArrayType.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either versio... | 5,424 | 30.178161 | 125 | java |
soot | soot-master/src/main/java/soot/AttributesUnitPrinter.java | package soot;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Ondrej Lhotak
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 2.1 of ... | 3,152 | 24.02381 | 92 | java |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.