text stringlengths 30 1.67M |
|---|
<s> package org . eclipse . jdt . internal . core . index ; import java . io . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . compiler . util . HashtableOfObject ; import org . eclipse . jdt . internal . compile... |
<s> package org . eclipse . jdt . internal . core . index ; import java . io . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . core . util . * ; import org . eclipse . jdt . internal . compiler . util . Hashtable... |
<s> package org . eclipse . jdt . internal . core . index ; import java . io . File ; import java . io . FileInputStream ; import java . io . IOException ; import java . io . InputStream ; import java . net . URL ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; public cla... |
<s> package org . eclipse . jdt . internal . core . index ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . util . SimpleSet ; public class EntryResult { private char [ ] word ; private Object [ ] documentTables ; private SimpleSet documentNames ; public... |
<s> package org . eclipse . jdt . internal . core . index ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . net . JarURLConnection ; import java . net . URL ; import java . util . jar . JarEntry ; import java . util . jar . JarFile ; import org . eclipse . core ... |
<s> package org . eclipse . jdt . internal . core . index ; import java . io . File ; import java . io . IOException ; import java . io . InputStream ; import java . net . MalformedURLException ; import java . net . URL ; import org . eclipse . core . runtime . FileLocator ; import org . eclipse . core . runtime . IPat... |
<s> package org . eclipse . jdt . internal . core . index ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . core . util . * ; import org . eclipse . jdt . internal . compiler . util . HashtableOfObject ; import org . eclipse . jdt . internal . compiler . util . SimpleLookupTable... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . core . runtime . Path ; import org . eclipse . jdt . core . IAccessRule ; import org . eclipse . jdt . core . IClassFile ; import org . eclipse . jdt . core . ICompilationUnit ; import org . eclipse . jdt . core . IJavaElement ; import ... |
<s> package org . eclipse . jdt . internal . core . search ; import java . util . * ; import org . eclipse . core . resources . * ; import org . eclipse . core . runtime . * ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . searc... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . internal . compiler . env . AccessRestriction ; public interface IRestrictedAccessTypeRequestor { public void acceptType ( int modifiers , char [ ] packageName , char [ ] simpleTypeName , char [ ] [ ] enclosingTypeNames , String p... |
<s> package org . eclipse . jdt . internal . core . search ; import java . util . LinkedHashSet ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . * ; import org . eclipse .... |
<s> package org . eclipse . jdt . internal . core . search ; import java . io . File ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import org . eclipse . core . resources . * ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProg... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . search . TypeNameRequestor ; import org . eclipse . jdt . internal . compiler . env . AccessRestriction ; public class TypeNameRequestorWrapper implements IRestrictedAccessTypeRequestor { TypeNameRequestor requestor ; publi... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . internal . compiler . env . AccessRestriction ; public interface IRestrictedAccessConstructorRequestor { public void acceptConstructor ( int modifiers , char [ ] simpleTypeName , int parameterCount , char [ ] signature , char [ ] ... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . search . * ; public class JavaSearchTypeNameMatch extends TypeNameMatch { private IType type ; private int modifiers = - <NUM_LIT:1> ; private int accessibility = IAccessRule . K_ACCE... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . parser . ScannerHelper ; public final class StringOperation { private final static int [ ] EMPTY_REGIONS = new int [ <NUM_LIT:0> ] ; public stati... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . IPackageFragmentRoot ; import org . eclipse . jdt . internal . compiler . env . AccessRuleSet ; public abstract class AbstractJavaSearchScope extends AbstractSearchScope { abstract public AccessRuleSet getAccessRuleSet ( St... |
<s> package org . eclipse . jdt . internal . core . search ; import java . io . IOException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . jdt . core . search . * ; i... |
<s> package org . eclipse . jdt . internal . core . search ; import java . util . HashMap ; import java . util . LinkedHashSet ; import java . util . Set ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . IPath ; import org... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . IOException ; import java . net . URI ; import java . util . HashSet ; import org . eclipse . core . filesystem . EFS ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . * ; import java . net . URL ; import java . util . * ; import java . util . zip . CRC32 ; import org . codehaus . jdt . groovy . integration . LanguageSupportFactory ; import org . eclipse . core . resources . * ; import org . ec... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . core . runtime . IStatus ; import org . eclipse . jdt . core . Signature ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchDocument ; import org . eclipse . jd... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . IOException ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . Path ; import o... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . File ; import java . io . FileNotFoundException ; import java . io . IOException ; import java . util . Enumeration ; import java . util . zip . ZipEntry ; import java . util . zip . ZipFile ; import org . eclipse . core . runtim... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . jdt . core . Signature ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchDocument ; import org . eclipse . jdt . internal . compiler . lookup . TypeConstants ;... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . jdt . core . Signature ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . internal . compiler . ExtraFlags ; import org . eclipse . jdt . internal . compiler . ISourceElementRequestor ; import o... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jdt . internal . core . index . Index ; class RemoveFromIndex extends IndexRequest { String resourceName ; public Remo... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . resources . IResourceProxy ; import org . eclipse . core . re... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . internal . core . search . processing . IJob ; public abstract class IndexRequest implements IJob { protected boolean isCancelled = false ; protected IPath containerPath ;... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; public interface IIndexConstants { char [ ] REF = "<STR_LIT>" . toCharArray ( ) ; char [ ] ANNOTATION_REF = "<STR_LIT>" . toCharArray ( ) ; char [ ] METHOD_REF = "<STR_LIT>" . toCh... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . IOException ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jdt . internal . core . index . Index ; import org . eclipse . jdt . internal . core ... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . File ; import java . io . IOException ; import java . net . URI ; import java . util . Enumeration ; import java . util . zip . ZipEntry ; import java . util . zip . ZipFile ; import org . eclipse . core . resources . IFile ; imp... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . ResourcesPlugin ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . Path ; import org . eclipse . jdt . core . Java... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . IProblemFactory ; import org . eclipse . jdt . internal . compiler . ISourceElementRequestor ; import org . eclipse . jdt . internal .... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; import java . io . IOException ; import java . net . URI ; import org . eclipse . core . filesystem . EFS ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resou... |
<s> package org . eclipse . jdt . internal . core . search . indexing ; public class ReadWriteMonitor { private int status = <NUM_LIT:0> ; public synchronized void enterRead ( ) { while ( this . status < <NUM_LIT:0> ) { try { wait ( ) ; } catch ( InterruptedException e ) { } } this . status ++ ; } public synchronized v... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . search . SearchParticipant ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . env . AccessRuleSet ; public abstract class IndexQueryRequestor { public abstract ... |
<s> package org . eclipse . jdt . internal . core . search . processing ; import org . eclipse . core . runtime . IProgressMonitor ; public interface IJob { int ForceImmediate = <NUM_LIT:1> ; int CancelIfNotReady = <NUM_LIT:2> ; int WaitUntilReady = <NUM_LIT:3> ; boolean FAILED = false ; boolean COMPLETE = true ; publi... |
<s> package org . eclipse . jdt . internal . core . search . processing ; import org . eclipse . core . runtime . * ; import org . eclipse . core . runtime . jobs . Job ; import org . eclipse . jdt . internal . core . util . Messages ; import org . eclipse . jdt . internal . core . util . Util ; public abstract class J... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . compiler . util . SimpleSet ; import org . eclipse . jdt . internal . core . index . Index ; public class SubTy... |
<s> package org . eclipse . jdt . internal . core . search ; import java . util . HashSet ; import java . util . Iterator ; import org . eclipse . jdt . core . search . SearchParticipant ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . env . AccessRuleSet... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . internal . compiler . lookup . Binding ; import org . eclipse . jdt . internal . compiler . lookup . Method... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . resources . IResource ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchDocument ; import org . eclipse . jdt . ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; public abstract class VariablePattern extends JavaSearchPattern { protected boolean findDeclarations = false ; protec... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . codehaus . jdt . groovy . integration . LanguageSupportFactory ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . internal . compiler . ASTVisitor ; import org . eclipse . jdt . internal ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . internal . compiler . lookup . * ; import org . ecl... |
<s> package org . eclipse . jdt . internal . core . search . matching ; public class PackageDeclarationLocator extends PatternLocator { protected PackageDeclarationPattern pattern ; public PackageDeclarationLocator ( PackageDeclarationPattern pattern ) { super ( pattern ) ; this . pattern = pattern ; } protected int ma... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . cor... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . BindingKey ; import org . eclipse . jdt . core . Flags ; import org . eclipse . jdt . core . IMethod ; import org . eclipse . jdt . core . JavaModelException ; import org . eclips... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . IType ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . core . search . SearchPattern ; import org .... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . core . util . Util ; public class FieldPattern extends VariablePattern { protected c... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . util . HashMap ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . * ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . ecl... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . internal . compiler . lookup . Binding ; import org... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . SubProgressMonitor ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jd... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . classfmt . ClassFileConstants ; import o... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . search . SearchPattern ; public class AndPattern extends IntersectingPattern { protected SearchPattern [ ] patterns ; int current ; private static int combinedMatchRule ( int matchRule , int matchRule2 ) { int co... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . core . index . Index ; import org . eclipse . jdt . internal . core... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . internal . core . index . * ; public class PackageDeclarationPattern extends JavaSearchPattern { protected char [ ] pkgName ; public PackageDeclarationPattern ( char [ ] pkgName , int matchRule ) { super ( PKG_DECL_PATT... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . BindingKey ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . IMethod ; import org . eclipse . jdt . core . IType ; import org . eclipse . jdt . core . ITypeParameter ; impor... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . internal . compiler . ast . * ; public class VariableLocator extends PatternLocator { protected VariablePattern pattern ; public VariableLocator ( VariablePattern pattern ) { super ( pattern ) ; this . pattern = pattern... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchMatch ; import org . eclips... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . internal . compiler . util . SimpleSet ; public class DeclarationOfReferencedMethodsPattern extends ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . core . index . EntryResult ; import org . eclipse . jdt . internal . core . index . Index ; import org . eclipse .... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchPattern ; public class PackageReferencePattern extends IntersectingPattern { protected char [ ] pkgName ; protected char [ ] [ ] segme... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . core . index . * ; public class SuperTypeReferencePattern extends JavaSearc... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . internal . compiler . util . SimpleSet ; public class DeclarationOfReferencedTypesPattern extends TypeReferencePattern { protected SimpleSet knownTypes ; protected IJav... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . internal . compiler . problem . ProblemReporter ; public class ImportMatchLocatorParser extends MatchLocatorParser { boolean reportImportMatch ; public... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . IPackageFragment ; import org . eclipse . jdt . core . IPackageFragmentRoot ; import org . eclipse . jdt ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . IPath ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . internal . compiler . util . SimpleSet ; public class DeclarationOfAccessedFieldsPattern extends Fie... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . IJavaSearchConstants ; import org . eclipse . jdt . core . search .... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IFile ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . core . run... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . util . ArrayList ; import org . eclipse . jdt . core . search . SearchMatch ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . inter... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . util . HashMap ; import java . util . zip . ZipFile ; import org . eclipse . core . resources . IContainer ; import org . eclipse . core . resources . IWorkspaceRoot ; import org . eclipse . core . runtime . CoreException ; import org... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . search . SearchMatch ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . IPath ; import org . eclipse . jdt . core . IPackageFragmentRoot ; import org . eclipse . jdt . internal . compiler . util . ObjectVector ; import org . eclipse . jdt . internal . compiler . util . SimpleLook... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core .... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . * ; public class QualifiedTypeDeclarationPattern extends TypeDeclarationPattern { public char [ ] qualification ; PackageDeclarationPattern ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import java . util . ArrayList ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Iterator ; import java . util . Map ; import java . util . Set ; import java . util . zip . ZipFile... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . resources . IResource ; import org . eclipse . core . runtime . * ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . * ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . core . index . * ; public class MultiTypeDeclaratio... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . search . SearchPattern ; import org . eclipse . jdt . internal . compiler . ExtraFlags ; import org . eclipse . jdt . internal . compiler . classfmt ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import java . io . IOException ; import org . eclipse . core . runtime . IProgressMonitor ; import org . eclipse . core . runtime . OperationCanceledException ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . TypeDeclaration ; import org . eclipse . jdt . internal . com... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . CoreException ; import org . eclipse . jdt . core . IAnnotatable ; import org . eclipse . jdt . core . IJavaElement ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt ... |
<s> package org . eclipse . jdt . internal . core . search . matching ; import org . eclipse . core . runtime . * ; import org . eclipse . jdt . core . * ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . compiler . ast . * ; imp... |
<s> package org . eclipse . jdt . internal . core . search ; import java . util . ArrayList ; import java . util . HashSet ; import java . util . Map ; import org . eclipse . core . resources . IFolder ; import org . eclipse . core . resources . IProject ; import org . eclipse . core . resources . IResource ; import or... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . core . runtime . * ; import org . eclipse . jdt . core . search . * ; import org . eclipse . jdt . internal . core . index . IndexLocation ; import org . eclipse . jdt . internal . core . search . indexing . BinaryIndexer ; import org .... |
<s> package org . eclipse . jdt . internal . core . search ; import org . eclipse . jdt . core . IJavaElementDelta ; import org . eclipse . jdt . core . search . IJavaSearchScope ; public abstract class AbstractSearchScope implements IJavaSearchScope { public boolean includesBinaries ( ) { return true ; } public boolea... |
<s> package org . eclipse . jdt . internal . codeassist ; public interface IExtendedCompletionRequestor extends org . eclipse . jdt . core . ICompletionRequestor { void acceptPotentialMethodDeclaration ( char [ ] declaringTypePackageName , char [ ] declaringTypeName , char [ ] selector , int completionStart , int compl... |
<s> package org . eclipse . jdt . internal . codeassist ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; public interface ISelectionRequestor { void acceptType ( char [ ] packageName , char [ ] annotationName , int modifiers , boolean isDeclaration , char [ ] genericTypeSignature , int start , int ... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . ast . JavadocMessageSend ; public class CompletionOnJavadocMessageSend extends JavadocMessageSend implements CompletionOnJavadoc { public int completionFlags = JAVADOC ; public int separatorPosition ;... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . internal . compiler . lookup . * ; public class CompletionOnSingleNameReference extends SingleNameReference { public char [ ] [ ] possibleKeywords ; public boole... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . CompilationResult ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Annotation ; import org . eclipse . jdt . internal . com... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . internal . compiler . lookup . * ; public class CompletionOnExplicitConstructorCall extends ExplicitConstructorCall { public CompletionOnExplicitConstructorCall ... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . lookup . Binding ; import org . eclipse . jdt . internal . compiler . lookup . Scope ; public class CompletionNodeFound extends Runti... |
<s> package org . eclipse . jdt . internal . codeassist . complete ; import org . eclipse . jdt . internal . compiler . ast . StringLiteral ; import org . eclipse . jdt . internal . compiler . lookup . BlockScope ; import org . eclipse . jdt . internal . compiler . lookup . ClassScope ; import org . eclipse . jdt . int... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.