Source stringclasses 1
value | Date int32 2.01k 2.01k | Text stringlengths 3 15.9M | Token_count int32 1 2.44M |
|---|---|---|---|
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class SwitchStatementLabel extends GenASTNode {
public SwitchStatementLabel(SwitchLabel switchLabel, ArrayList<BlockStatement> blockStatement, Token firstToken, Token lastToken) {
... | 227 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class token_manager_decls extends GenASTNode {
public token_manager_decls(ClassOrInterfaceBody classOrInterfaceBody, Token firstToken, Token lastToken) {
super(new Property[] {
... | 193 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class CastLAOp3 extends CastLAOp {
public CastLAOp3(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public CastLAOp3(Property[]... | 132 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class complex_regular_expression_unit2 extends complex_regular_expression_unit {
public complex_regular_expression_unit2(ASTStringNode identifier, Token firstToken, Token lastToken) {... | 183 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class RelationalOp extends GenASTNode {
protected RelationalOp(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected RelationalOp(P... | 101 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class Annotation extends GenASTNode {
protected Annotation(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected Annotation(Propert... | 95 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class production2 extends production {
public production2(regular_expr_production regular_expr_production, Token firstToken, Token lastToken) {
super(new Property[] {
new P... | 178 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class JavaIdentifier2 extends JavaIdentifier {
public JavaIdentifier2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Ja... | 127 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class regular_expression1 extends regular_expression {
public regular_expression1(ASTStringNode string_literal, Token firstToken, Token lastToken) {
super(new Property[] {
... | 177 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class complex_regular_expression_choices extends GenASTNode {
public complex_regular_expression_choices(ArrayList<complex_regular_expression> complex_regular_expression, Token firstTo... | 193 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class PrimitiveType4 extends PrimitiveType {
public PrimitiveType4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Primi... | 127 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class TypeDeclaration1 extends TypeDeclaration {
public TypeDeclaration1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public... | 127 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ClassOrInterface2 extends ClassOrInterface {
public ClassOrInterface2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
pub... | 132 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AllocationExpression1 extends AllocationExpression {
public AllocationExpression1(PrimitiveType primitiveType, ArrayDimsAndInits arrayDimsAndInits, Token firstToken, Token lastT... | 245 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AndExpression extends GenASTNode {
public AndExpression(EqualityExpression equalityExpression, ArrayList<EqualityExpression> equalityExpression1, Token firstToken, Token lastTok... | 232 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class CastLookahead3 extends CastLookahead {
public CastLookahead3(Type type1, CastLAOp castLAOp, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOn... | 226 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class expansion extends GenASTNode {
public expansion(local_lookahead local_lookahead, ArrayList<expansion_unit> expansion_unit, Token firstToken, Token lastToken) {
super(new Pro... | 241 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class NullLiteral extends GenASTNode {
public NullLiteral(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public NullLiteral(Pr... | 124 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class expansion_unit5 extends expansion_unit {
public expansion_unit5(PrimaryExpression primaryExpression, expansion_unitMain expansion_unitMain, Token firstToken, Token lastToken) {
... | 237 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ExclusiveOrExpression extends GenASTNode {
public ExclusiveOrExpression(AndExpression andExpression, ArrayList<AndExpression> andExpression1, Token firstToken, Token lastToken) ... | 236 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ContinueStatement extends GenASTNode {
public ContinueStatement(JavaIdentifier javaIdentifier, Token firstToken, Token lastToken) {
super(new Property[] {
new Propert... | 175 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class CatchPart extends GenASTNode {
public CatchPart(Name name, ASTStringNode identifier, Block block, Token firstToken, Token lastToken) {
super(new Property[] {
new Prop... | 240 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Type1 extends Type {
public Type1(ReferenceTypeP referenceTypeP, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ReferenceTypeP>("referenc... | 178 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AdditiveExpressionIntern extends GenASTNode {
public AdditiveExpressionIntern(AdditiveOp additiveOp, MultiplicativeExpression multiplicativeExpression, Token firstToken, Token l... | 241 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VariableInitializer1 extends VariableInitializer {
public VariableInitializer1(ArrayInitializer arrayInitializer, Token firstToken, Token lastToken) {
super(new Property[] {... | 171 |
github-java-corpus | 2,012 | package tmp.generated_javacc;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class CastLAOp7 extends CastLAOp {
public CastLAOp7(JavaIdentifier javaIdentifier, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<JavaIdentifie... | 179 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 1,500 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 224 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 229 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 394 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 216 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 359 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 343 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 475 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 348 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 366 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 586 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 1,758 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 12,518 |
github-java-corpus | 2,012 | import java.io.FileInputStream;
import java.io.FileNotFoundException;
import tmp.generated_antlr.AntLRParser;
import cide.gast.ISourceFile;
import cide.gparser.OffsetCharStream;
import cide.gparser.ParseException;
public class AntLRTest {
public static void main(String[] args) throws FileNotFoundException,
... | 203 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class blockModifier2 extends blockModifier {
public blockModifier2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public blockM... | 126 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class GenASTNode extends ASTNode {
public GenASTNode(Property[] p, Token firstToken, Token lastToken) {
super(p,
(lastToken.next == firstToken ? new NoToken... | 211 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class atom extends GenASTNode {
protected atom(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected atom(Property[] p, IToken first... | 94 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class terminal extends GenASTNode {
protected terminal(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected terminal(Property[] p, ... | 94 |
github-java-corpus | 2,012 | /* Generated By:JavaCC: Do not edit this line. AntLRParserTokenManager.java */
package tmp.generated_antlr;
import java.io.*;
import java.util.*;
import cide.gast.*;
import cide.gparser.*;
import cide.gparser.*;
public class AntLRParserTokenManager implements AntLRParserConstants
{
public java.io.PrintStrea... | 7,937 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class blockModifier extends GenASTNode {
protected blockModifier(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected blockModifier... | 97 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class atom1 extends atom {
public atom1(terminal terminal, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<terminal>("terminal", terminal)
}... | 159 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class elementNoOptionSpec extends GenASTNode {
protected elementNoOptionSpec(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected e... | 103 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ebnfSuffix2 extends ebnfSuffix {
public ebnfSuffix2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public ebnfSuffix2(Pro... | 136 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class Modifier extends GenASTNode {
protected Modifier(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected Modifier(Property[] p, ... | 94 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class elementNoOptionSpec2 extends elementNoOptionSpec {
public elementNoOptionSpec2(ebnf ebnf, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<e... | 187 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class blockModifier5 extends blockModifier {
public blockModifier5(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public blockM... | 126 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class notTerminal2 extends notTerminal {
public notTerminal2(ASTStringNode token_ref, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNo... | 176 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Modifier3 extends Modifier {
public Modifier3(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Modifier3(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class terminal3 extends terminal {
public terminal3(ASTStringNode string_literal, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>(... | 171 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class notTerminal1 extends notTerminal {
public notTerminal1(ASTStringNode char_literal, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStrin... | 177 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Modifier1 extends Modifier {
public Modifier1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Modifier1(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class terminal4 extends terminal {
public terminal4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public terminal4(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import java.util.*;
import cide.gast.*;
import java.io.PrintStream;
import cide.languages.*;
/** package visibility. use only via ASTNode.render() **/
public class SimplePrintVisitor extends AbstractPrintVisitor {
public SimplePrintVisitor(PrintStream out) {
super(out);
}
... | 2,045 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class terminal2 extends terminal {
public terminal2(ASTStringNode token_ref, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>("toke... | 171 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ebnfSuffix3 extends ebnfSuffix {
public ebnfSuffix3(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public ebnfSuffix3(Pro... | 136 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Modifier2 extends Modifier {
public Modifier2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Modifier2(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Grammar extends GenASTNode implements ISourceFile {
public Grammar(RuleId ruleId, ArrayList<Rule> rule, ASTStringNode eof, Token firstToken, Token lastToken) {
super(new Prop... | 263 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class blockModifier1 extends blockModifier {
public blockModifier1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public blockM... | 126 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class notTerminal extends GenASTNode {
protected notTerminal(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected notTerminal(Prope... | 97 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class altRewrite extends GenASTNode {
public altRewrite(ArrayList<elementNoOptionSpec> elementNoOptionSpec, Token firstToken, Token lastToken) {
super(new Property[] {
new P... | 200 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class ebnfSuffix extends GenASTNode {
protected ebnfSuffix(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected ebnfSuffix(Property... | 103 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class RuleId extends GenASTNode {
protected RuleId(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected RuleId(Property[] p, IToken... | 97 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class elementNoOptionSpec1 extends elementNoOptionSpec {
public elementNoOptionSpec1(atom atom, ebnfSuffix ebnfSuffix, Token firstToken, Token lastToken) {
super(new Property[] {
... | 237 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class notTerminal3 extends notTerminal {
public notTerminal3(ASTStringNode string_literal, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStr... | 176 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ebnfSuffix1 extends ebnfSuffix {
public ebnfSuffix1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public ebnfSuffix1(Pro... | 136 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class atom2 extends atom {
public atom2(ASTStringNode rule_ref, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>("rule_ref", rule_r... | 172 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Modifier4 extends Modifier {
public Modifier4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public Modifier4(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class terminal1 extends terminal {
public terminal1(ASTStringNode char_literal, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>("c... | 172 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class RuleId2 extends RuleId {
public RuleId2(ASTStringNode rule_ref, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>("rule_ref", ... | 177 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Rule extends GenASTNode {
public Rule(Modifier modifier, RuleId ruleId, ASTTextNode text5, altList altList, Token firstToken, Token lastToken) {
super(new Property[] {
... | 302 |
github-java-corpus | 2,012 | /* Generated By:JavaCC: Do not edit this line. AntLRParser.java */
package tmp.generated_antlr;
import java.io.*;
import java.util.*;
import cide.gast.*;
import cide.gparser.*;
public class AntLRParser implements AntLRParserConstants {
final public Grammar Grammar() throws ParseException {
RuleI... | 4,276 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class terminal5 extends terminal {
public terminal5(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public terminal5(Property[] ... | 121 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class altList extends GenASTNode {
public altList(ArrayList<altRewrite> altRewrite, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyList<altRewrite>(... | 184 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class blockModifier3 extends blockModifier {
public blockModifier3(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public blockM... | 126 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class RuleId1 extends RuleId {
public RuleId1(ASTStringNode token_ref, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>("token_ref"... | 176 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class blockModifier4 extends blockModifier {
public blockModifier4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public blockM... | 126 |
github-java-corpus | 2,012 | /* Generated By:JavaCC: Do not edit this line. AntLRParserConstants.java */
package tmp.generated_antlr;
public interface AntLRParserConstants {
int EOF = 0;
int SINGLE_LINE_COMMENT = 9;
int FORMAL_COMMENT = 10;
int MULTI_LINE_COMMENT = 11;
int LPAREN = 13;
int RPAREN = 14;
int M1 = 15;
in... | 437 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ebnf extends GenASTNode {
public ebnf(block block, blockModifier blockModifier, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<block>("blo... | 214 |
github-java-corpus | 2,012 | package tmp.generated_antlr;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class block extends GenASTNode {
public block(altList altList, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<altList>("altList", altList)
... | 166 |
github-java-corpus | 2,012 | /**
Copyright 2010 Christian K�stner
This file is part of CIDE.
CIDE is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.
CIDE is distributed in the hope th... | 332 |
github-java-corpus | 2,012 | public class SPLConfiguration {
public static final boolean FEATURE1 = false;
public static final boolean FEATURE2 = false;
} | 25 |
github-java-corpus | 2,012 | public class Test {
private void foo(){
if (SPLConfiguration.FEATURE2) {
foo();
}
if (SPLConfiguration.FEATURE1) {
_i1=3;
}
_j2=5;
if (SPLConfiguration.FEATURE1) {
_j2=_j2 + _i1;
}
if (SPLConfiguration.FEATURE2) {
foo();
}
}
int _i1;
int _j2;
}
| 100 |
github-java-corpus | 2,012 | public class Test {
private void foo() {
foo();
int i = 3;
int j = 5;
j = j + i;
foo();
}
}
| 41 |
github-java-corpus | 2,012 | import abc.Test2;
class Test { int i; public void foo() { i++; new Test2().bar();} } | 26 |
github-java-corpus | 2,012 | package de.ovgu.cide.typing.jdt;
import java.io.ByteArrayInputStream;
import java.util.Collections;
import junit.framework.Assert;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IWorkspaceRoot;
import org.eclipse.core.resources.Resourc... | 490 |
github-java-corpus | 2,012 | package de.ovgu.cide.language.jdt;
import java.io.ByteArrayInputStream;
import junit.framework.Assert;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IWorkspaceRoot;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse... | 1,254 |
github-java-corpus | 2,012 | package de.ovgu.cide.language.jdt;
import java.io.ByteArrayInputStream;
import java.util.ArrayList;
import java.util.Set;
import junit.framework.Assert;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IWorkspaceRoot;
import org.eclipse... | 1,075 |
github-java-corpus | 2,012 | package de.ovgu.cide.storage.xml;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.WeakHashMap;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgress... | 681 |
github-java-corpus | 2,012 | package de.ovgu.cide.storage.xml;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Map.... | 6,015 |
github-java-corpus | 2,012 | package de.ovgu.cide.configuration;
import java.util.Collection;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import cide.gast.IASTNode;
... | 1,246 |
github-java-corpus | 2,012 | package de.ovgu.cide.af;
import org.eclipse.core.resources.IProject;
import de.ovgu.cide.typing.model.ITypingExtension;
import de.ovgu.cide.typing.model.ITypingProvider;
/**
* @author Malte Rosenthal
*/
public class AlternativeSyntaxExtension implements ITypingExtension {
@Override
public ITypingPr... | 93 |
github-java-corpus | 2,012 | package de.ovgu.cide.af;
import java.util.Collection;
import java.util.HashSet;
import java.util.Set;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import cide.gparser.ParseException;
import de.ovgu.cide.featu... | 317 |
github-java-corpus | 2,012 | package de.ovgu.cide.af;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import org.eclipse.core.runtime.CoreException;
import cide.gast.IASTNode;
import cide.gast.IASTVisitor;
import cide.gparser.Parse... | 1,279 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class SwCase extends GenASTNode {
protected SwCase(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected SwCase(Property[] p, ITok... | 97 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.