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_xml; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class ETag extends GenASTNode { public ETag(ASTStringNode element_id, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("element_id", ...
172
github-java-corpus
2,012
package tmp.generated_xml; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Misc1 extends Misc { public Misc1(Comment comment, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<Comment>("comment", comment) }, first...
156
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element3 extends Element { public Element3(CommentTag commentTag, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<CommentTag>("commentTag", ...
165
github-java-corpus
2,012
package tmp.generated_html; 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(...
210
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentEnd2 extends CommentEnd { public CommentEnd2(ASTStringNode comment_end, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode...
176
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element4 extends Element { public Element4(DeclTag declTag, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<DeclTag>("declTag", declTag) ...
167
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element5 extends Element { public Element5(ASTStringNode tag_start, ASTStringNode lst_error, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne...
222
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class DeclTag extends GenASTNode { public DeclTag(ASTStringNode decl_any, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("decl_any...
173
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentEnd1 extends CommentEnd { public CommentEnd1(ASTStringNode eof, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("eof",...
172
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element2 extends Element { public Element2(EndTag endTag, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<EndTag>("endTag", endTag) }, ...
167
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public abstract class CommentContent extends GenASTNode { protected CommentContent(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); } protected CommentConte...
96
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public abstract class Element extends GenASTNode { protected Element(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); } protected Element(Property[] p, ITok...
93
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Attribute extends GenASTNode { public Attribute(ASTStringNode attr_name, ASTStringNode attr_val, Token firstToken, Token lastToken) { super(new Property[] { new Propert...
223
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class HtmlDocument extends GenASTNode implements ISourceFile { public HtmlDocument(ElementSequence elementSequence, ASTStringNode eof, Token firstToken, Token lastToken) { super(new...
215
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element1 extends Element { public Element1(Tag tag, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<Tag>("tag", tag) }, firstToken, las...
155
github-java-corpus
2,012
package tmp.generated_html; 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); } p...
1,658
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentContent3 extends CommentContent { public CommentContent3(ASTStringNode comment_word, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<...
176
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element6 extends Element { public Element6(ASTStringNode pcdata, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("pcdata", pc...
171
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class ElementSequence extends GenASTNode { public ElementSequence(ArrayList<Element> element, Token firstToken, Token lastToken) { super(new Property[] { new PropertyZeroOrMo...
164
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element7 extends Element { public Element7(ASTStringNode pcdata_qs, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("pcdata_q...
176
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentContent1 extends CommentContent { public CommentContent1(ASTStringNode dash, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStrin...
171
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentTag extends GenASTNode { public CommentTag(ArrayList<CommentContent> commentContent, CommentEnd commentEnd, Token firstToken, Token lastToken) { super(new Property[] { ...
218
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class AttributeList extends GenASTNode { public AttributeList(ArrayList<Attribute> attribute, Token firstToken, Token lastToken) { super(new Property[] { new PropertyZeroOrMo...
169
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public abstract class CommentEnd extends GenASTNode { protected CommentEnd(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); } protected CommentEnd(Property[...
96
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class CommentContent2 extends CommentContent { public CommentContent2(ASTStringNode comment_eol, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<A...
181
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class EndTag extends GenASTNode { public EndTag(ASTStringNode tag_name, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("tag_name",...
173
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. HtmlParserTokenManager.java */ package tmp.generated_html; import java.io.*; import java.util.*; import cide.gast.*; import cide.gparser.*; import cide.gparser.*; public class HtmlParserTokenManager implements HtmlParserConstants { public java.io.PrintStream de...
13,700
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Tag extends GenASTNode { public Tag(ASTStringNode tag_name, AttributeList attributeList, ASTStringNode slash, Token firstToken, Token lastToken) { super(new Property[] { ...
264
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element8 extends Element { public Element8(ASTStringNode pcdata_q, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("pcdata_q"...
176
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. HtmlParserConstants.java */ package tmp.generated_html; public interface HtmlParserConstants { int EOF = 0; int ALPHA_CHAR = 1; int NUM_CHAR = 2; int ALPHANUM_CHAR = 3; int IDENTIFIER_CHAR = 4; int IDENTIFIER_PART = 5; int IDENTIFIER = 6; int ...
711
github-java-corpus
2,012
package tmp.generated_html; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Element9 extends Element { public Element9(ASTStringNode eol, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<ASTStringNode>("eol", eol) ...
171
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. HtmlParser.java */ package tmp.generated_html; import java.io.*; import java.util.*; import cide.gast.*; import cide.gparser.*; public class HtmlParser implements HtmlParserConstants { final public HtmlDocument HtmlDocument() throws ParseException { ...
4,817
github-java-corpus
2,012
package de.ovgu.cide.language.xml; import java.io.InputStream; import tmp.generated_xml.XMLParser; import cide.gast.ISourceFile; import cide.gparser.OffsetCharStream; import cide.gparser.ParseException; import cide.languages.ILanguageExtension; import cide.languages.ILanguageParser; public class XMLLangua...
257
github-java-corpus
2,012
package de.ovgu.cide.language.xml; import java.io.InputStream; import tmp.generated_html.HtmlParser; import cide.gast.ISourceFile; import cide.gparser.OffsetCharStream; import cide.gparser.ParseException; import cide.languages.ILanguageExtension; import cide.languages.ILanguageParser; public class HTMLLan...
253
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...
405
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,320
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,635
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...
346
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,159
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...
760
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...
674
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...
893
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...
980
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,425
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...
329
github-java-corpus
2,012
package cide.astgen; import java.io.File; import org.junit.After; import org.junit.Before; import org.junit.Test; public class GenerateTestGrammar { @Before public void setUp() throws Exception { } @After public void tearDown() throws Exception { } @Test public void RunASTGen() throws E...
114
github-java-corpus
2,012
package cide.astgen.nparser.ast; import static org.junit.Assert.fail; import java.util.ArrayList; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import cide.astgen.nparser.ast.NAbstractValue.Type; import cide.gast.ASTNode; import cide.gast.ASTSt...
884
github-java-corpus
2,012
package cide.astgen.nparser.ast; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import cide.astgen.nparser.ast.NAbstractValue.Type; public class ListAnnotationTest { private NChoice choice; private NNonTerminal nonTerminal; @Before public...
543
github-java-corpus
2,012
package cide.astgen.nparser.visitor; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import sun.reflect.ReflectionFactory.GetReflectionFactoryAction; import cide.astgen.nparser.ast....
1,478
github-java-corpus
2,012
//package cide.astgen.nparser.visitor; // //import java.util.List; // //import junit.framework.Assert; // //import org.junit.Before; //import org.junit.Test; // //import cide.astgen.WhiteSpaceTest; //import cide.astgen.nparser.ast.NChoice; //import cide.astgen.nparser.ast.NGrammar; //import cide.astgen.npar...
1,239
github-java-corpus
2,012
package cide.astgen; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import junit.framework.Assert; import org.junit.Before; public class WhiteSpaceTest { protected ByteArrayOutputStream byteStream; protected PrintStream printStream; public WhiteSpaceTest() { super(); } ...
181
github-java-corpus
2,012
package cide.astgen; import org.junit.runner.RunWith; import org.junit.runners.Suite; import cide.astgen.nparser.ast.ListAnnotationTest; import cide.astgen.nparser.ast.NAbstractValueTest; import cide.astgen.nparser.visitor.CreateSimplePrintVisitorVisitorTest; @RunWith(Suite.class) @Suite.SuiteClasses( { NA...
109
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...
645
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...
587
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...
961
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
/** 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...
351
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...
448
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...
295
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,685
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...
221
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,652
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...
2,506
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,171
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...
714
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...
445
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...
329
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...
2,086
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...
2,823
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...
14,062
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,610
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...
21,200
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...
2,954
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,118
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...
800
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...
788
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...
339
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...
349
github-java-corpus
2,012
import java.io.FileInputStream; import java.io.FileNotFoundException; import tmp.generated_property.PropertyParser; import cide.gast.ISourceFile; import cide.gparser.OffsetCharStream; import cide.gparser.ParseException; public class PropertyTest { public static void main(String[] args) throws FileNotFoundEx...
193
github-java-corpus
2,012
package tmp.generated_property; 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 NoTo...
210
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. PropertyParserTokenManager.java */ package tmp.generated_property; import java.io.*; import java.util.*; import cide.gast.*; import cide.gparser.*; import cide.gparser.*; public class PropertyParserTokenManager implements PropertyParserConstants { public java.i...
1,900
github-java-corpus
2,012
package tmp.generated_property; 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); }...
215
github-java-corpus
2,012
package tmp.generated_property; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Document extends GenASTNode implements ISourceFile { public Document(ArrayList<ASTStringNode> line, ASTStringNode eof, Token firstToken, Token lastToken) { super(new Prope...
223
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. PropertyParserConstants.java */ package tmp.generated_property; public interface PropertyParserConstants { int EOF = 0; int LINE = 1; int NEWLINE = 2; int DEFAULT = 0; String[] tokenImage = { "<EOF>", "<LINE>", "<NEWLINE>", }; ...
84
github-java-corpus
2,012
/* Generated By:JavaCC: Do not edit this line. PropertyParser.java */ package tmp.generated_property; import java.io.*; import java.util.*; import cide.gast.*; import cide.gparser.*; public class PropertyParser implements PropertyParserConstants { final public Document Document() throws ParseException { ...
1,224
github-java-corpus
2,012
package de.ovgu.cide.language.properties; import java.io.InputStream; import tmp.generated_property.PropertyParser; import cide.gast.ISourceFile; import cide.gparser.OffsetCharStream; import cide.gparser.ParseException; import cide.languages.ILanguageExtension; import cide.languages.ILanguageParser; pub...
183
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...
496
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,643
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,100
github-java-corpus
2,012
import org.junit.Before; import org.junit.Test; public class ParserTest extends FJParserTester { @Before public void setUp() throws Exception { tester = new FJParserTester(); } // Kann nicht mehr funktionieren, weil ich die bin�ren Operatoren +, -, * und / rausgeschmissen habe, // um mich bei der Imp...
142
github-java-corpus
2,012
import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import junit.framework.Assert; import tmp.generated_fj.FJParser; import cide.gast.ASTVisitor; import cide.gast.IASTNode; imp...
1,143
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Expression extends GenASTNode { public Expression(PrimaryExpression primaryExpression, Token firstToken, Token lastToken) { super(new Property[] { new PropertyOne<Primary...
166
github-java-corpus
2,012
package tmp.generated_fj; 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(fi...
211
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class InvokeTarget1 extends InvokeTarget { public InvokeTarget1(AllocationExpression allocationExpression, Token firstToken, Token lastToken) { super(new Property[] { new Prope...
173
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class IdentifierList extends GenASTNode { public IdentifierList(ArrayList<ASTStringNode> identifier, Token firstToken, Token lastToken) { super(new Property[] { new PropertyLis...
174
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class FieldInvoke extends GenASTNode { public FieldInvoke(InvokeTarget invokeTarget, ASTStringNode identifier, Token firstToken, Token lastToken) { super(new Property[] { new P...
215
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class PrimaryExpression3 extends PrimaryExpression { public PrimaryExpression3(FieldInvoke fieldInvoke, Token firstToken, Token lastToken) { super(new Property[] { new Property...
169
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public abstract class ExtendedType extends GenASTNode { protected ExtendedType(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); } protected ExtendedType(Prope...
97
github-java-corpus
2,012
package tmp.generated_fj; import cide.gast.*; import cide.gparser.*; import cide.greferences.*; import java.util.*; public class Type2 extends Type { public Type2(Token firstToken, Token lastToken) { super(new Property[] { }, firstToken, lastToken); } public Type2(Property[] properties, IToken ...
121