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_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VarDeclTokenOrComma1 extends VarDeclTokenOrComma {
public VarDeclTokenOrComma1(VarDeclToken varDeclToken, Token firstToken, Token lastToken) {
super(new Property[] {
... | 202 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class BlockOrSingleStatement extends GenASTNode {
protected BlockOrSingleStatement(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
pro... | 103 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
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_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class CodeUnit_InBlock extends GenASTNode {
protected CodeUnit_InBlock(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected CodeU... | 103 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Include extends CodeUnit_TopLevel {
public Include(PPIncludeStatement pPIncludeStatement, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne... | 180 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class MoreSwCaseLabel extends GenASTNode {
public MoreSwCaseLabel(SwCaseLabel swCaseLabel, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<SwCa... | 187 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken4 extends AnyStmtToken {
public AnyStmtToken4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public AnyStmt... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class IfElseIf_TopLevel extends GenASTNode {
public IfElseIf_TopLevel(IfElseIf ifElseIf, ASTStringNode findlineend, Sequence_CodeUnit_TopLevel sequence_CodeUnit_TopLevel, Token first... | 319 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VarDeclToken12 extends VarDeclToken {
public VarDeclToken12(ASTStringNode findendcb, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTS... | 187 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class SwCaseLabel extends GenASTNode {
protected SwCaseLabel(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected SwCaseLabel(Pro... | 100 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Func extends CodeUnit_TopLevel {
public Func(Function function, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<Function>("function", fun... | 157 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ExternDecl extends GenASTNode {
public ExternDecl(ASTStringNode literal, Block block, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<AST... | 208 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class TypeDef extends GenASTNode {
protected TypeDef(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected TypeDef(Property[] p, I... | 97 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class CodeUnit_TopLevel extends GenASTNode {
protected CodeUnit_TopLevel(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected Cod... | 103 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken10 extends AnyStmtToken {
public AnyStmtToken10(Block block, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<Block>("block", ... | 166 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyTypeDefToken2 extends AnyTypeDefToken {
public AnyTypeDefToken2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
publi... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Switch extends CodeUnit_InBlock {
public Switch(SwitchStatement switchStatement, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<SwitchSt... | 167 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class WhileStatement extends GenASTNode {
public WhileStatement(ASTStringNode findendcb, BlockOrSingleStatement blockOrSingleStatement, Token firstToken, Token lastToken) {
super... | 241 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VarDeclToken7 extends VarDeclToken {
public VarDeclToken7(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public VarDecl... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class TypeDef1 extends TypeDef {
public TypeDef1(ArrayList<AnyTypeDefToken> anyTypeDefToken, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyZeroOr... | 187 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VarDeclToken10 extends VarDeclToken {
public VarDeclToken10(PPOtherIgnore pPOtherIgnore, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<... | 192 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class PPDefineStatement1 extends PPDefineStatement {
public PPDefineStatement1(ASTStringNode findlineend, Token firstToken, Token lastToken) {
super(new Property[] {
new P... | 187 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
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_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken15 extends AnyStmtToken {
public AnyStmtToken15(EnumBlock enumBlock, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<EnumBloc... | 177 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ExternDec extends CodeUnit_TopLevel {
public ExternDec(ExternDecl externDecl, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ExternDecl>... | 176 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken6 extends AnyStmtToken {
public AnyStmtToken6(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public AnyStmt... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class FunctionParameter extends GenASTNode {
public FunctionParameter(ArrayList<VarDeclToken> varDeclToken, Token firstToken, Token lastToken) {
super(new Property[] {
new... | 188 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class IfElseIf extends GenASTNode {
protected IfElseIf(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected IfElseIf(Property[] p... | 100 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Block extends GenASTNode {
public Block(Sequence_CodeUnit_InBlock sequence_CodeUnit_InBlock, Token firstToken, Token lastToken) {
super(new Property[] {
new Property... | 193 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken30 extends AnyStmtToken {
public AnyStmtToken30(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public AnySt... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class VarDeclToken6 extends VarDeclToken {
public VarDeclToken6(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public VarDecl... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class PPIncludeStatement extends GenASTNode {
public PPIncludeStatement(ASTStringNode findlineend, Token firstToken, Token lastToken) {
super(new Property[] {
new Property... | 183 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class PPDefineStatement extends GenASTNode {
protected PPDefineStatement(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected PPD... | 100 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class GotoLabel extends GenASTNode {
public GotoLabel(ASTStringNode identifier, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringNode>(... | 173 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class IfElseIf2 extends IfElseIf {
public IfElseIf2(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public IfElseIf2(Property[... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class SwCaseLabel2 extends SwCaseLabel {
public SwCaseLabel2(ASTStringNode other, ASTStringNode literal, Token firstToken, Token lastToken) {
super(new Property[] {
new Pr... | 226 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken13 extends AnyStmtToken {
public AnyStmtToken13(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public AnySt... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken1 extends AnyStmtToken {
public AnyStmtToken1(ASTStringNode identifier, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTSt... | 177 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class FunctionHeader extends GenASTNode {
public FunctionHeader(ArrayList<Modifier> modifier, FunctionReturnType functionReturnType, ASTTextNode text25, FunctionExoticStuff functionE... | 378 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken5 extends AnyStmtToken {
public AnyStmtToken5(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public AnyStmt... | 131 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyTypeDefToken3 extends AnyTypeDefToken {
public AnyTypeDefToken3(AnyStmtToken anyStmtToken, Token firstToken, Token lastToken) {
super(new Property[] {
new Propert... | 185 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class SwCaseLabel1 extends SwCaseLabel {
public SwCaseLabel1(ASTStringNode identifier, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStrin... | 177 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class AnyStmtToken3 extends AnyStmtToken {
public AnyStmtToken3(ASTStringNode other, Token firstToken, Token lastToken) {
super(new Property[] {
new PropertyOne<ASTStringN... | 177 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public abstract class VarDeclToken extends GenASTNode {
protected VarDeclToken(Property[] p, Token firstToken, Token lastToken) { super(p, firstToken, lastToken); }
protected VarDeclToken(... | 100 |
github-java-corpus | 2,012 | package tmp.generated_capprox;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class PPDefineStatement2 extends PPDefineStatement {
public PPDefineStatement2(ASTStringNode findlineend1, Token firstToken, Token lastToken) {
super(new Property[] {
new ... | 192 |
github-java-corpus | 2,012 | package de.ovgu.cide.language.capprox;
import java.io.InputStream;
import tmp.generated_capprox.CApproxParser;
import cide.gast.ISourceFile;
import cide.gparser.OffsetCharStream;
import cide.gparser.ParseException;
import cide.languages.ILanguageExtension;
import cide.languages.ILanguageParser;
public cla... | 203 |
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... | 373 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.HashMap;
import java.util.Set;
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IFolder;
import org.eclipse.... | 1,162 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.List;
import org.eclipse.jdt.core.dom.SimpleName;
import org.eclipse.jdt.core.dom.SingleVariableDeclaration;
import org.eclipse.jdt.core.dom.Type;
import org.eclipse.jdt.core.dom.TypeDeclaration;
public class Pointcut {
TypeDeclaration thisPoi... | 277 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.core.resources.IContainer;
import org.eclipse.c... | 1,411 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.List;
import org.eclipse.jdt.core.dom.AST;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.dom.Assignment;
import org.eclipse.jdt.core.dom.Block;
import org.eclipse.jdt.core.dom.CompilationUnit;
import org.eclipse.jdt.core.do... | 1,193 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import org.eclipse.jdt.core.dom.AST;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.... | 919 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import org.eclipse.jdt.core.dom.AST;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.dom.ASTVisitor;
import org.ecl... | 3,132 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.LinkedList;
import java.util.List;
import org.eclipse.jdt.core.dom.Block;
import org.eclipse.jdt.core.dom.SimpleName;
import org.eclipse.jdt.core.dom.SingleVariableDeclaration;
import org.eclipse.jdt.core.dom.Type;
import org.eclipse.jdt.core.dom... | 324 |
github-java-corpus | 2,012 | package de.ovgu.cide.export.physical.aspectj;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import org.eclipse.jdt.core.dom.ASTNode;
import org.eclipse.jdt.core.dom.SingleVariableDeclaration;
import org.eclipse.jdt.core.dom.Type;
import org.eclipse.jdt.core.dom.TypeDeclaration;
i... | 1,677 |
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,265 |
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... | 376 |
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... | 5,603 |
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... | 783 |
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... | 516 |
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... | 550 |
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... | 391 |
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,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... | 446 |
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... | 321 |
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... | 467 |
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... | 887 |
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,048 |
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... | 4,527 |
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... | 401 |
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... | 439 |
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... | 355 |
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... | 905 |
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,663 |
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,584 |
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,912 |
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... | 548 |
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,838 |
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,458 |
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,493 |
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... | 225 |
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... | 967 |
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,860 |
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... | 465 |
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,902 |
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... | 363 |
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... | 626 |
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... | 4,073 |
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... | 843 |
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... | 374 |
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... | 370 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class Expression extends GenASTNode {
public Expression(AssignmentExpression assignmentExpression, ArrayList<AssignmentExpression> assignmentExpression1, Token firstToken, Token l... | 229 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class UnaryOperator4 extends UnaryOperator {
public UnaryOperator4(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public U... | 127 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class CallExpressionForIn extends GenASTNode {
public CallExpressionForIn(MemberExpressionForIn memberExpressionForIn, Arguments arguments, ArrayList<CallExpressionPart> callExpre... | 295 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class RelationalOperator3 extends RelationalOperator {
public RelationalOperator3(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
... | 132 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ShiftOperator1 extends ShiftOperator {
public ShiftOperator1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, lastToken);
}
public S... | 127 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class RelationalNoInOperator1 extends RelationalNoInOperator {
public RelationalNoInOperator1(Token firstToken, Token lastToken) {
super(new Property[] {
}, firstToken, l... | 142 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class ExpressionStatement extends GenASTNode {
public ExpressionStatement(Expression expression, ASTTextNode text331, Token firstToken, Token lastToken) {
super(new Property[]... | 208 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class PropertyNameAndValueList extends GenASTNode {
public PropertyNameAndValueList(PropertyNameAndValue propertyNameAndValue, ArrayList<PropertyNameAndValueListEnd> propertyNameA... | 275 |
github-java-corpus | 2,012 | package tmp.generated_ecmascript;
import cide.gast.*;
import cide.gparser.*;
import cide.greferences.*;
import java.util.*;
public class IterationStatement4 extends IterationStatement {
public IterationStatement4(VariableDeclarationList variableDeclarationList, Expression expression4, Expression expression5, ... | 318 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.