id
int32
0
12.9k
code
listlengths
2
264k
3,000
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "util", ".", "EventObject", ";", "public", "class", "BufferChangedEvent", "extends", "EventObject", "{", "private", "int", "length", ";", "private", "int", "offset"...
3,001
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "final", "class", "SourceRange", "implements", "ISourceRange", "{", "public", "static", "boolean", "isAvailable", "(", "ISourceRange", "range", ")", "{", "return", "range", "!=", ...
3,002
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IStorage", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IPath", ";", "public", "i...
3,003
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IResourceDelta", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "dom", ".", "CompilationUn...
3,004
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "IOpenable", "{", "public", "void", "close", "(", ")", "throws", "Ja...
3,005
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IAnnotation", "extends", "IJavaElement", ",", "ISourceReference", "{", "String", "getElementName", "(", ")", ";", "IMemberValuePair", "[", "]", "getMemberValuePairs", ...
3,006
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IImportDeclaration", "extends", "IJavaElement", ",", "ISourceReference", ",", "ISourceManipulation", "{", "String", "getElementName", "(", ")", ";", "int", "getFlags", ...
3,007
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IResource", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IWorkspace", ";", "impor...
3,008
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IClasspathAttribute", "{", "String", "JAVADOC_LOCATION_ATTRIBUTE_NAME", "=", "\"\"", ";", "String", "INDEX_LOCATION_ATTRIBUTE_NAME", "=", "\"\"", ";", "String", "SOURCE_AT...
3,009
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "compiler", ".", "IProblem", ";", "public", "abstract", "class", "CompletionRequestor", "{", "private", "int", "ignoreSet"...
3,010
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "ICorrectionRequestor", "{", "void", "acceptClass", "(", "char", "[", "]", "packageName", ",", "char", "[", "]", "className", ",", "char", "[", "]", "correctionNa...
3,011
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IMarker", ";", "public", "interface", "ICodeCompletionRequestor", "{", "void", "acceptClass", "(", "char", "[", "]"...
3,012
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "io", ".", "InputStream", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "IType", "exte...
3,013
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IResource", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "i...
3,014
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IMethod", "extends", "IMember", ",", "IAnnotatable", "{", "IMemberValuePair", "getDefaultValue", "(", ")", "throws", "JavaModelException", ";", "String", "getElementName...
3,015
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "io", ".", "File", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "io", ".", "InputStream", ";", "import", "java", ".", ...
3,016
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "compiler", ".", "IProblem", ";", "public", "class", "CompletionRequestorAdapter", "implements", "ICompletionRequestor", "{", ...
3,017
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "util", ".", "StringTokenizer", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IResource", ";", "import", "org", ".", "eclipse", "...
3,018
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "internal", ".", "codeassist", ".", "In...
3,019
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "compiler", ".", "CharOperation", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "internal", ".", "compiler", ...
3,020
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IRuntimeVisibleAnnotationsAttribute", "extends", "IClassFileAttribute", "{", "int", "getAnnotationsNumber", "(", ")", ";", "IAnnotation", "[", "]", "getAnno...
3,021
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IConstantPoolConstant", "{", "int", "CONSTANT_Class", "=", "7", ";", "int", "CONSTANT_Fieldref", "=", "9", ";", "int", "CONSTANT_Methodref", "=", "10"...
3,022
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IInnerClassesAttribute", "extends", "IClassFileAttribute", "{", "int", "getNumberOfClasses", "(", ")", ";", "IInnerClassesAttributeEntry", "[", "]", "getInn...
3,023
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ISignatureAttribute", "extends", "IClassFileAttribute", "{", "int", "getSignatureIndex", "(", ")", ";", "char", "[", "]", "getSignature", "(", ")", ";...
3,024
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IStackMapFrame", "{", "int", "getFrameType", "(", ")", ";", "int", "getOffsetDelta", "(", ")", ";", "int", "getNumberOfLocals", "(", ")", ";", "IV...
3,025
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IAnnotationDefaultAttribute", "extends", "IClassFileAttribute", "{", "IAnnotationComponentValue", "getMemberValue", "(", ")", ";", "}", "</s>" ]
3,026
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "class", "ClassFormatException", "extends", "Exception", "{", "public", "static", "final", "int", "ERROR_MALFORMED_UTF8", "=", "1", ";", "public", "static", "final", ...
3,027
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "abstract", "class", "ClassFileBytesDisassembler", "{", "public", "final", "static", "int", "DETAILED", "=", "1", ";", "public", "final", "static", "int", "DEFAULT"...
3,028
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IConstantPool", "{", "int", "getConstantPoolCount", "(", ")", ";", "int", "getEntryKind", "(", "int", "index", ")", ";", "IConstantPoolEntry", "decode...
3,029
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IAnnotation", "{", "int", "getTypeIndex", "(", ")", ";", "char", "[", "]", "getTypeName", "(", ")", ";", "int", "getComponentsNumber", "(", ")", ...
3,030
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IFieldInfo", "{", "IConstantValueAttribute", "getConstantValueAttribute", "(", ")", ";", "int", "getAccessFlags", "(", ")", ";", "char", "[", "]", "ge...
3,031
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IConstantValueAttribute", "extends", "IClassFileAttribute", "{", "int", "getConstantValueIndex", "(", ")", ";", "IConstantPoolEntry", "getConstantValue", "(",...
3,032
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IBootstrapMethodsEntry", "{", "int", "getBootstrapMethodReference", "(", ")", ";", "int", "[", "]", "getBootstrapArguments", "(", ")", ";", "}", "</s>...
3,033
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IAnnotationComponent", "{", "int", "getComponentNameIndex", "(", ")", ";", "char", "[", "]", "getComponentName", "(", ")", ";", "IAnnotationComponentVal...
3,034
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IParameterAnnotation", "{", "int", "getAnnotationsNumber", "(", ")", ";", "IAnnotation", "[", "]", "getAnnotations", "(", ")", ";", "}", "</s>" ]
3,035
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IEnclosingMethodAttribute", "extends", "IClassFileAttribute", "{", "char", "[", "]", "getEnclosingClass", "(", ")", ";", "int", "getEnclosingClassIndex", ...
3,036
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IClassFileReader", "{", "int", "ALL", "=", "0xFFFF", ";", "int", "CONSTANT_POOL", "=", "0x0001", ";", "int", "METHOD_INFOS", "=", "0x0002", "+", "...
3,037
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IExceptionAttribute", "extends", "IClassFileAttribute", "{", "int", "getExceptionsNumber", "(", ")", ";", "char", "[", "]", "[", "]", "getExceptionNames...
3,038
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ILocalVariableTableEntry", "{", "int", "getStartPC", "(", ")", ";", "int", "getLength", "(", ")", ";", "int", "getNameIndex", "(", ")", ";", "int"...
3,039
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ILocalVariableTypeTableEntry", "{", "int", "getStartPC", "(", ")", ";", "int", "getLength", "(", ")", ";", "int", "getNameIndex", "(", ")", ";", "...
3,040
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IRuntimeVisibleParameterAnnotationsAttribute", "extends", "IClassFileAttribute", "{", "int", "getParametersNumber", "(", ")", ";", "IParameterAnnotation", "[", ...
3,041
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "import", "java", ".", "util", ".", "Comparator", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "import", "org", ".",...
3,042
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ICodeAttribute", "extends", "IClassFileAttribute", "{", "int", "getMaxLocals", "(", ")", ";", "int", "getMaxStack", "(", ")", ";", "ILineNumberAttribute...
3,043
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ILocalVariableAttribute", "extends", "IClassFileAttribute", "{", "int", "getLocalVariableTableLength", "(", ")", ";", "ILocalVariableTableEntry", "[", "]", ...
3,044
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IOpcodeMnemonics", "{", "int", "NOP", "=", "0x00", ";", "int", "ACONST_NULL", "=", "0x01", ";", "int", "ICONST_M1", "=", "0x02", ";", "int", "IC...
3,045
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IBootstrapMethodsAttribute", "extends", "IClassFileAttribute", "{", "int", "getBootstrapMethodsLength", "(", ")", ";", "IBootstrapMethodsEntry", "[", "]", "...
3,046
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IConstantPoolEntry2", "extends", "IConstantPoolEntry", "{", "int", "getDescriptorIndex", "(", ")", ";", "int", "getReferenceKind", "(", ")", ";", "int",...
3,047
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IBytecodeVisitor", "{", "void", "_aaload", "(", "int", "pc", ")", ";", "void", "_aastore", "(", "int", "pc", ")", ";", "void", "_aconst_null", "...
3,048
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ILocalVariableTypeTableAttribute", "extends", "IClassFileAttribute", "{", "int", "getLocalVariableTypeTableLength", "(", ")", ";", "ILocalVariableTypeTableEntry",...
3,049
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "class", "OpcodeStringValues", "implements", "IOpcodeMnemonics", "{", "public", "static", "final", "String", "[", "]", "BYTECODE_NAMES", "=", "new", "String", "[", ...
3,050
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IStackMapTableAttribute", "extends", "IClassFileAttribute", "{", "int", "getNumberOfEntries", "(", ")", ";", "IStackMapFrame", "[", "]", "getStackMapFrame",...
3,051
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ILineNumberAttribute", "extends", "IClassFileAttribute", "{", "int", "getLineNumberTableLength", "(", ")", ";", "int", "[", "]", "[", "]", "getLineNumbe...
3,052
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "ISourceAttribute", "extends", "IClassFileAttribute", "{", "int", "getSourceFileIndex", "(", ")", ";", "char", "[", "]", "getSourceFileName", "(", ")", ...
3,053
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IStackMapAttribute", "extends", "IClassFileAttribute", "{", "int", "getNumberOfEntries", "(", ")", ";", "IStackMapFrame", "[", "]", "getStackMapFrame", "(...
3,054
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IAttributeNamesConstants", "{", "char", "[", "]", "SYNTHETIC", "=", "\"Synthetic\"", ".", "toCharArray", "(", ")", ";", "char", "[", "]", "CONSTANT_...
3,055
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IRuntimeInvisibleParameterAnnotationsAttribute", "extends", "IClassFileAttribute", "{", "int", "getParametersNumber", "(", ")", ";", "IParameterAnnotation", "["...
3,056
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IConstantPoolEntry", "{", "int", "getKind", "(", ")", ";", "int", "getClassInfoNameIndex", "(", ")", ";", "int", "getClassIndex", "(", ")", ";", "...
3,057
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IInnerClassesAttributeEntry", "{", "int", "getAccessFlags", "(", ")", ";", "int", "getInnerNameIndex", "(", ")", ";", "int", "getOuterClassNameIndex", "...
3,058
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IMethodInfo", "{", "char", "[", "]", "getDescriptor", "(", ")", ";", "int", "getDescriptorIndex", "(", ")", ";", "int", "getAccessFlags", "(", ")"...
3,059
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "import", "java", ".", "io", ".", "File", ";", "import", "java", ".", "io", ".", "IOException", ";", "import", "java", ".", "util", ".", "Enumeration", ";", "import",...
3,060
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IClassFileDisassembler", "{", "int", "DETAILED", "=", "1", ";", "int", "DEFAULT", "=", "2", ";", "String", "disassemble", "(", "IClassFileReader", "...
3,061
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IVerificationTypeInfo", "{", "public", "static", "final", "int", "ITEM_TOP", "=", "0", ";", "public", "static", "final", "int", "ITEM_INTEGER", "=", ...
3,062
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IRuntimeInvisibleAnnotationsAttribute", "extends", "IClassFileAttribute", "{", "int", "getAnnotationsNumber", "(", ")", ";", "IAnnotation", "[", "]", "getAn...
3,063
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IModifierConstants", "{", "int", "ACC_PUBLIC", "=", "0x0001", ";", "int", "ACC_PRIVATE", "=", "0x0002", ";", "int", "ACC_PROTECTED", "=", "0x0004", ...
3,064
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "class", "ByteCodeVisitorAdapter", "implements", "IBytecodeVisitor", "{", "public", "void", "_aaload", "(", "int", "pc", ")", "{", "}", "public", "void", "_aastore"...
3,065
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IClassFileAttribute", "{", "int", "getAttributeNameIndex", "(", ")", ";", "char", "[", "]", "getAttributeName", "(", ")", ";", "long", "getAttributeLe...
3,066
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IAnnotationComponentValue", "{", "int", "BYTE_TAG", "=", "'B'", ";", "int", "CHAR_TAG", "=", "'C'", ";", "int", "DOUBLE_TAG", "=", "'D'", ";", "in...
3,067
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "util", ";", "public", "interface", "IExceptionTableEntry", "{", "int", "getStartPC", "(", ")", ";", "int", "getEndPC", "(", ")", ";", "int", "getHandlerPC", "(", ")", ";", "int", "...
3,068
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "util", ".", "Hashtable", ";", "import", "java", ".", "util", ".", "Map", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "*", "...
3,069
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "ICodeFormatter", "{", "String", "format", "(", "String", "string", ",", "int", "indentationLevel", ",", "int", "[", "]", "positions", ",", "String", "lineSeparator...
3,070
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "util", ".", "Map", ";", "import", "org", ".", "eclipse", ".", "core", ".", "resources", ".", "IProject", ";", "import", "org", ".", "eclipse", ".", "core",...
3,071
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IPath", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IStatus", ";", "public", "inte...
3,072
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "dom", ".", "ASTParser", ...
3,073
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IRegion", "{", "void", "add", "(", "IJavaElement", "element", ")", ";", "boolean", "contains", "(", "IJavaElement", "element", ")", ";", "IJavaElement", "[", "]"...
3,074
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IPath", ";", "public", "interface", "IAccessRule", "{", "int", "K_ACCESSIBLE", "=", "0", ";", "int", "K_NON_ACCESSI...
3,075
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IAnnotatable", "{", "IAnnotation", "getAnnotation", "(", "String", "name", ")", ";", "IAnnotation", "[", "]", "getAnnotations", "(", ")", "throws", "JavaModelExcepti...
3,076
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IMember", "extends", "IJavaElement", ",", "ISourceReference", ",", "ISourceManipulation", ",", "IParent", "{", "String", "[", "]", "getCategories", "(", ")", "throws...
3,077
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "io", ".", "OutputStream", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "ITypeHierarchy...
3,078
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IPath", ";", "public", "interface", "IClasspathContainer", "{", "int", "K_APPLICATION", "=", "1", ";", "int", "K_SY...
3,079
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "ILocalVariable", "extends", "IJavaElement", ",", "ISourceReference", ",", "IAnnotatable", "{", "String", "getElementName", "(", ")", ";", "ISourceRange", "getNameRange",...
3,080
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IJavaModelStatusConstants", "{", "public", "static", "final", "int", "INVALID_CP_CONTAINER_ENTRY", "=", "962", ";", "public", "static", "final", "int", "CP_CONTAINER_PAT...
3,081
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IMemberValuePair", "{", "int", "K_INT", "=", "1", ";", "int", "K_BYTE", "=", "2", ";", "int", "K_SHORT", "=", "3", ";", "int", "K_CHAR", "=", "4", ";", "...
3,082
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "IClassFile", "extends", "ITypeRoot", "{", "ICompilationUnit", "becomeWork...
3,083
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "java", ".", "util", ".", "EventObject", ";", "public", "class", "ElementChangedEvent", "extends", "EventObject", "{", "public", "static", "final", "int", "POST_CHANGE", "=", "1...
3,084
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IBufferChangedListener", "{", "public", "void", "bufferChanged", "(", "BufferChangedEvent", "event", ")", ";", "}", "</s>" ]
3,085
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IElementChangedListener", "{", "public", "void", "elementChanged", "(", "ElementChangedEvent", "event", ")", ";", "}", "</s>" ]
3,086
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "ISourceManipulation", "{", "void", "copy", "(", "IJavaElement", "contai...
3,087
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "compiler", ".", "IProblem", ";", "public", "interface", "ICompletionRequestor", "{", "void", "acceptAnonymousType", "(", ...
3,088
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "import", "org", ".", "eclipse", ".", "core", ".", "runtime", ".", "IProgressMonitor", ";", "public", "interface", "IPackageFragment", "extends", "IParent", ",", "IJavaElement", ",", "IOp...
3,089
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ";", "public", "interface", "IImportContainer", "extends", "IJavaElement", ",", "IParent", ",", "ISourceReference", "{", "IImportDeclaration", "getImport", "(", "String", "name", ")", ";", "}", ...
3,090
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMField", "extends", "IDOMMember", "{", "public", "String", "getInitializer", "(", ")", ";", "public", "String", "getName", "(", ")", ";", "public...
3,091
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMPackage", "extends", "IDOMNode", "{", "public", "String", "getName", "(", ")", ";", "public", "void", "setName", "(", "String", "name", ")", "...
3,092
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMMethod", "extends", "IDOMMember", "{", "public", "void", "addException", "(", "String", "exceptionType", ")", "throws", "IllegalArgumentException", ";...
3,093
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "class", "DOMException", "extends", "RuntimeException", "{", "private", "static", "final", "long", "serialVersionUID", "=", "2536853590795032028L", ";", "public", "DOME...
3,094
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMCompilationUnit", "extends", "IDOMNode", "{", "public", "String", "getHeader", "(", ")", ";", "public", "String", "getName", "(", ")", ";", "pub...
3,095
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMFactory", "{", "public", "IDOMCompilationUnit", "createCompilationUnit", "(", ")", ";", "public", "IDOMCompilationUnit", "createCompilationUnit", "(", "...
3,096
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMMember", "extends", "IDOMNode", "{", "public", "String", "getComment", "(", ")", ";", "public", "int", "getFlags", "(", ")", ";", "public", "v...
3,097
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMType", "extends", "IDOMMember", "{", "public", "void", "addSuperInterface", "(", "String", "interfaceName", ")", "throws", "IllegalArgumentException", ...
3,098
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMInitializer", "extends", "IDOMMember", "{", "public", "String", "getBody", "(", ")", ";", "public", "String", "getName", "(", ")", ";", "public"...
3,099
[ "<s>", "package", "org", ".", "eclipse", ".", "jdt", ".", "core", ".", "jdom", ";", "public", "interface", "IDOMImport", "extends", "IDOMNode", "{", "public", "String", "getName", "(", ")", ";", "public", "boolean", "isOnDemand", "(", ")", ";", "int", "g...