text stringlengths 30 1.67M |
|---|
<s> package org . eclipse . jdt . internal . compiler ; import java . util . Arrays ; import org . eclipse . jdt . internal . compiler . lookup . SourceTypeBinding ; public class ClassFilePool { public static final int POOL_SIZE = <NUM_LIT> ; ClassFile [ ] classFiles ; private ClassFilePool ( ) { this . classFiles = ne... |
<s> package org . eclipse . jdt . internal . compiler ; import java . util . Locale ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; public interface IProblemFactory { CategorizedProblem createProblem ( char [ ] originatingFileName , int problemId , String [ ] problemArguments , String [ ] messageA... |
<s> package org . eclipse . jdt . internal . compiler ; import java . util . Arrays ; import java . util . Comparator ; import java . util . HashMap ; import java . util . HashSet ; import java . util . Hashtable ; import java . util . Iterator ; import java . util . Map ; import java . util . Set ; import org . eclips... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class HashtableOfLong { public long [ ] keyTable ; public Object [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfLong ( ) { this ( <NUM_LIT> ) ; } public HashtableOfLong ( int size ) { this . elementSize = <NUM_LIT:0... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class SimpleLookupTable implements Cloneable { public Object [ ] keyTable ; public Object [ ] valueTable ; public int elementSize ; public int threshold ; public SimpleLookupTable ( ) { this ( <NUM_LIT> ) ; } public SimpleLookupTable ( int size... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class HashtableOfObjectToInt implements Cloneable { public Object [ ] keyTable ; public int [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfObjectToInt ( ) { this ( <NUM_LIT> ) ; } public HashtableOfObjectToInt ( int... |
<s> package org . eclipse . jdt . internal . compiler . util ; public interface SuffixConstants { public final static String EXTENSION_class = "<STR_LIT:class>" ; public final static String EXTENSION_CLASS = "<STR_LIT>" ; public final static String EXTENSION_java = "<STR_LIT>" ; public final static String EXTENSION_JAV... |
<s> package org . eclipse . jdt . internal . compiler . util ; import java . io . IOException ; import java . io . InputStream ; import java . util . ArrayList ; import java . util . List ; public class ManifestAnalyzer { private static final int START = <NUM_LIT:0> , IN_CLASSPATH_HEADER = <NUM_LIT:1> , PAST_CLASSPATH_... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; public final class HashtableOfIntValues implements Cloneable { public static final int NO_VALUE = Integer . MIN_VALUE ; public char [ ] keyTable [ ] ; public int valueTable [ ] ; public int elem... |
<s> package org . eclipse . jdt . internal . compiler . util ; public class FloatUtil { private static final int DOUBLE_FRACTION_WIDTH = <NUM_LIT> ; private static final int DOUBLE_PRECISION = <NUM_LIT> ; private static final int MAX_DOUBLE_EXPONENT = + <NUM_LIT> ; private static final int MIN_NORMALIZED_DOUBLE_EXPONEN... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class ObjectVector { static int INITIAL_SIZE = <NUM_LIT:10> ; public int size ; int maxSize ; Object [ ] elements ; public ObjectVector ( ) { this ( INITIAL_SIZE ) ; } public ObjectVector ( int initialSize ) { this . maxSize = initialSize > <NU... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . lookup . PackageBinding ; public final class HashtableOfPackage { public char [ ] keyTable [ ] ; public PackageBinding valueTable [ ] ; public ... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class HashtableOfInt { public int [ ] keyTable ; public Object [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfInt ( ) { this ( <NUM_LIT> ) ; } public HashtableOfInt ( int size ) { this . elementSize = <NUM_LIT:0> ; ... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . lookup . ReferenceBinding ; public final class HashtableOfType { public char [ ] keyTable [ ] ; public ReferenceBinding valueTable [ ] ; public... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; public final class CompoundNameVector { static int INITIAL_SIZE = <NUM_LIT:10> ; public int size ; int maxSize ; char [ ] [ ] [ ] elements ; public CompoundNameVector ( ) { this . maxSize = INIT... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class HashSetOfInt implements Cloneable { public int [ ] set ; public int elementSize ; int threshold ; public HashSetOfInt ( ) { this ( <NUM_LIT> ) ; } public HashSetOfInt ( int size ) { this . elementSize = <NUM_LIT:0> ; this . threshold = si... |
<s> package org . eclipse . jdt . internal . compiler . util ; import java . io . BufferedInputStream ; import java . io . BufferedOutputStream ; import java . io . BufferedReader ; import java . io . ByteArrayInputStream ; import java . io . File ; import java . io . FileInputStream ; import java . io . FileOutputStre... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; public final class SimpleNameVector { static int INITIAL_SIZE = <NUM_LIT:10> ; public int size ; int maxSize ; char [ ] [ ] elements ; public SimpleNameVector ( ) { this . maxSize = INITIAL_SIZE... |
<s> package org . eclipse . jdt . internal . compiler . util ; import java . io . OutputStream ; import java . io . PrintWriter ; import java . io . Writer ; import java . util . Arrays ; import java . util . Comparator ; import java . util . HashMap ; import java . util . Map ; public class GenericXMLWriter extends Pr... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; public final class HashtableOfObject implements Cloneable { public char [ ] keyTable [ ] ; public Object valueTable [ ] ; public int elementSize ; int threshold ; public HashtableOfObject ( ) { ... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class SimpleSet implements Cloneable { public Object [ ] values ; public int elementSize ; public int threshold ; public SimpleSet ( ) { this ( <NUM_LIT> ) ; } public SimpleSet ( int size ) { if ( size < <NUM_LIT:3> ) size = <NUM_LIT:3> ; this ... |
<s> package org . eclipse . jdt . internal . compiler . util ; import java . io . IOException ; import java . io . InputStream ; import java . lang . reflect . Field ; import java . lang . reflect . Modifier ; import java . text . MessageFormat ; import java . util . ArrayList ; import java . util . HashMap ; import ja... |
<s> package org . eclipse . jdt . internal . compiler . util ; public final class HashtableOfObjectToIntArray implements Cloneable { public Object [ ] keyTable ; public int [ ] [ ] valueTable ; public int elementSize ; int threshold ; public HashtableOfObjectToIntArray ( ) { this ( <NUM_LIT> ) ; } public HashtableOfObj... |
<s> package org . eclipse . jdt . internal . compiler . util ; import org . eclipse . jdt . core . compiler . CharOperation ; public final class SimpleSetOfCharArray implements Cloneable { public char [ ] [ ] values ; public int elementSize ; public int threshold ; public SimpleSetOfCharArray ( ) { this ( <NUM_LIT> ) ;... |
<s> package org . eclipse . jdt . internal . compiler ; import org . eclipse . jdt . internal . compiler . ast . CompilationUnitDeclaration ; import org . eclipse . jdt . internal . compiler . util . Messages ; public class ProcessTaskManager implements Runnable { Compiler compiler ; private int unitIndex ; private Thr... |
<s> package org . eclipse . jdt . internal . compiler ; import java . lang . reflect . InvocationTargetException ; import org . eclipse . jdt . internal . compiler . env . ICompilationUnit ; public class ReadManager implements Runnable { ICompilationUnit [ ] units ; int nextFileToRead ; ICompilationUnit [ ] filesRead ;... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . Anno... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . Argu... |
<s> package org . eclipse . jdt . internal . compiler . parser . diagnose ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . FieldDeclaration ; import org . ecl... |
<s> package org . eclipse . jdt . internal . compiler . parser . diagnose ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . internal . compiler . parser . Scanner ; import org . eclipse . jdt . internal . ... |
<s> package org . eclipse . jdt . internal . compiler . parser . diagnose ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . impl . CompilerOptions ; import org . eclipse . jdt . internal . compiler . parser . Parser ; import org . eclipse . jdt . interna... |
<s> package org . eclipse . jdt . internal . compiler . parser ; public class NLSTag { public int start ; public int end ; public int lineNumber ; public int index ; public NLSTag ( int start , int end , int lineNumber , int index ) { this . start = start ; this . end = end ; this . lineNumber = lineNumber ; this . ind... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Statement ; public class RecoveredStatement extends RecoveredElement { pu... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compi... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . io . BufferedInputStream ; import java . io . DataInputStream ; import java . io . FileNotFoundException ; import java . io . IOException ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . i... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . internal . compiler . CompilationResult ; import org . eclipse . jdt . internal . compiler .... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . ArrayList ; import java . util . List ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . internal . compiler . classfmt ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; public interface ParserBasicInformation { int ERROR_SYMBOL = <NUM_LIT> , MAX_NAME_LENGTH = <NUM_LIT> , NUM_STATES = <NUM_LIT> , NT_OFFSET = <NUM_LIT> , SCOPE_UBOUND = <NUM_LIT> , SCOPE_SIZE = <NUM_LIT> , LA_STATE_OFFSET = <NUM_LIT> , MAX_LA = <NUM_LIT:1> ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; public interface TerminalTokens { int TokenNameWHITESPACE = <NUM_LIT:1000> , TokenNameCOMMENT_LINE = <NUM_LIT> , TokenNameCOMMENT_BLOCK = <NUM_LIT> , TokenNameCOMMENT_JAVADOC = <NUM_LIT> ; int TokenNameIdentifier = <NUM_LIT> , TokenNameabstract = <NUM_LIT... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . ImportReference ; public class RecoveredImport extends RecoveredElement { public ImportReference importReference ; public Recovered... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . AbstractVariableDeclaration ; import org . eclipse . jdt . internal . com... |
<s> package org . eclipse . jdt . internal . compiler . parser ; public class RecoveryScannerData { public int insertedTokensPtr = - <NUM_LIT:1> ; public int [ ] [ ] insertedTokens ; public int [ ] insertedTokensPosition ; public boolean [ ] insertedTokenUsed ; public int replacedTokensPtr = - <NUM_LIT:1> ; public int ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . InvalidInputException ; public class RecoveryScanner extends Scanner { public static final char [ ] FAKE_IDENTIFIER = "<STR_LIT>" . toCharArray (... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compi... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . io . * ; import java . util . ArrayList ; import java . util . Collections ; import java . util . Iterator ; import java . util . List ; import java . util . Properties ; import org . eclipse . jdt . core . compiler . CharOperation ; import ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . Set ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Block ; import org . eclipse . jdt . internal . compi... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . HashSet ; import java . util . Set ; import org . eclipse . jdt . internal . compiler . ast . Annotation ; import org . eclipse . jdt . internal . compiler . ast . ArrayQualifiedTypeReference ; import org . eclipse . jdt . internal . ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import java . util . List ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . InvalidInputException ; import org . eclipse . jdt . internal . compiler . ast . * ; import org . eclipse . jdt . int... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Block ; import org . eclipse . jdt . internal ... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . core . compiler . CharOperation ; public interface JavadocTagConstants { public static final char [ ] TAG_DEPRECATED = "<STR_LIT>" . toCharArray ( ) ; public static final char [ ] TAG_PARAM = "<STR_LIT>" . toCharArray ( ) ; pu... |
<s> package org . eclipse . jdt . internal . compiler . parser ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Annotation ; import org . eclipse . jdt . internal . compiler . ast . Expression ; import org . eclipse . jdt . internal . compiler... |
<s> package org . eclipse . jdt . internal . compiler ; import java . io . PrintWriter ; import org . eclipse . jdt . internal . compiler . ast . CompilationUnitDeclaration ; import org . eclipse . jdt . internal . compiler . env . ICompilationUnit ; import org . eclipse . jdt . internal . compiler . lookup . Reference... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import java . io . IOException ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . compiler . CompilationResult ; public class AbortCompilationUnit extends AbortCompilation { private static final ... |
<s> package org . eclipse . jdt . internal . compiler . problem ; public class ShouldNotImplement extends RuntimeException { private static final long serialVersionUID = <NUM_LIT> ; public ShouldNotImplement ( String message ) { super ( message ) ; } } </s> |
<s> package org . eclipse . jdt . internal . compiler . problem ; import java . io . CharConversionException ; import java . io . PrintWriter ; import java . io . StringWriter ; import java . util . Iterator ; import java . util . List ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . e... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . compiler . CompilationResult ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . compiler . CompilationResult ; public class AbortMethod extends AbortType { private static final long serialVersionUID = - <NUM_LIT> ; public Abor... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . internal . compiler . util . Messages ; import org . eclipse . jdt . internal . compiler . util . U... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . internal . compiler . CompilationResult ; public class AbortType extends AbortCompilationUnit { private static final long serialVersionUID = - <NUM_LIT> ; pu... |
<s> package org . eclipse . jdt . internal . compiler . problem ; public interface ProblemSeverities { final int Ignore = <NUM_LIT> ; final int Warning = <NUM_LIT:0> ; final int Error = <NUM_LIT:1> ; final int AbortCompilation = <NUM_LIT:2> ; final int AbortCompilationUnit = <NUM_LIT:4> ; final int AbortType = <NUM_LIT... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import java . util . Enumeration ; import java . util . Locale ; import java . util . MissingResourceException ; import java . util . ResourceBundle ; import org . eclipse . jdt . core . compiler . * ; import org . eclipse . jdt . core . compiler . IProb... |
<s> package org . eclipse . jdt . internal . compiler . problem ; import org . eclipse . jdt . core . compiler . CategorizedProblem ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . IProblem ; import org . eclipse . jdt . internal . compiler . CompilationRes... |
<s> package org . eclipse . jdt . internal . compiler ; public interface ICompilerRequestor { public void acceptResult ( CompilationResult result ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; import org . eclipse . jdt . core . compiler . CharOperation ; public interface IBinaryType extends IGenericType { char [ ] [ ] NoInterface = CharOperation . NO_CHAR_CHAR ; IBinaryNestedType [ ] NoNestedType = new IBinaryNestedType [ <NUM_LIT:0> ] ; IBinaryF... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface ISourceField extends IGenericField { int getDeclarationSourceEnd ( ) ; int getDeclarationSourceStart ( ) ; char [ ] getInitializationSource ( ) ; int getNameSourceEnd ( ) ; int getNameSourceStart ( ) ; char [ ] getTypeName ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IBinaryNestedType { char [ ] getEnclosingTypeName ( ) ; int getModifiers ( ) ; char [ ] getName ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface INameEnvironment { NameEnvironmentAnswer findType ( char [ ] [ ] compoundTypeName ) ; NameEnvironmentAnswer findType ( char [ ] typeName , char [ ] [ ] packageName ) ; boolean isPackage ( char [ ] [ ] parentPackageName , char [ ] packageName... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IGenericField { int getModifiers ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface ICompilationUnit extends IDependent { char [ ] getContents ( ) ; char [ ] getMainTypeName ( ) ; char [ ] [ ] getPackageName ( ) ; boolean ignoreOptionalProblems ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IBinaryElementValuePair { char [ ] getName ( ) ; Object getValue ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . IProblem ; public class AccessRuleSet { private AccessRule [ ] accessRules ; public byte classpathEntryType ; public String classpathEntryName ; pub... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface ISourceImport { int getDeclarationSourceEnd ( ) ; int getDeclarationSourceStart ( ) ; int getModifiers ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public class NameEnvironmentAnswer { IBinaryType binaryType ; ICompilationUnit compilationUnit ; ISourceType [ ] sourceTypes ; AccessRestriction accessRestriction ; public NameEnvironmentAnswer ( IBinaryType binaryType , AccessRestriction accessRestriction )... |
<s> package org . eclipse . jdt . internal . compiler . env ; public class AccessRestriction { private AccessRule accessRule ; public byte classpathEntryType ; public static final byte COMMAND_LINE = <NUM_LIT:0> , PROJECT = <NUM_LIT:1> , LIBRARY = <NUM_LIT:2> ; public String classpathEntryName ; public AccessRestrictio... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IGenericMethod { int getModifiers ( ) ; boolean isConstructor ( ) ; char [ ] [ ] getArgumentNames ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface ISourceType extends IGenericType { int getDeclarationSourceEnd ( ) ; int getDeclarationSourceStart ( ) ; ISourceType getEnclosingType ( ) ; ISourceField [ ] getFields ( ) ; char [ ] [ ] getInterfaceNames ( ) ; ISourceType [ ] getMemberTypes ... |
<s> package org . eclipse . jdt . internal . compiler . env ; import java . util . Arrays ; import org . eclipse . jdt . core . compiler . CharOperation ; public class ClassSignature { char [ ] className ; public ClassSignature ( final char [ ] className ) { this . className = className ; } public char [ ] getTypeName ... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IBinaryMethod extends IGenericMethod { IBinaryAnnotation [ ] getAnnotations ( ) ; Object getDefaultValue ( ) ; char [ ] [ ] getExceptionTypeNames ( ) ; char [ ] getGenericSignature ( ) ; char [ ] getMethodDescriptor ( ) ; IBinaryAnnotation [... |
<s> package org . eclipse . jdt . internal . compiler . env ; import org . eclipse . jdt . internal . compiler . impl . Constant ; public interface IBinaryField extends IGenericField { IBinaryAnnotation [ ] getAnnotations ( ) ; Constant getConstant ( ) ; char [ ] getGenericSignature ( ) ; char [ ] getName ( ) ; long ge... |
<s> package org . eclipse . jdt . internal . compiler . env ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . core . compiler . IProblem ; public class AccessRule { public static final int IgnoreIfBetter = <NUM_LIT> ; public char [ ] pattern ; public int problemId ; public Ac... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IDependent { char JAR_FILE_ENTRY_SEPARATOR = '<CHAR_LIT>' ; char [ ] getFileName ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IGenericType extends IDependent { int getModifiers ( ) ; boolean isBinaryType ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface ISourceMethod extends IGenericMethod { int getDeclarationSourceEnd ( ) ; int getDeclarationSourceStart ( ) ; char [ ] [ ] getExceptionTypeNames ( ) ; int getNameSourceEnd ( ) ; int getNameSourceStart ( ) ; char [ ] getReturnTypeName ( ) ; ch... |
<s> package org . eclipse . jdt . internal . compiler . env ; public interface IBinaryAnnotation { char [ ] getTypeName ( ) ; IBinaryElementValuePair [ ] getElementValuePairs ( ) ; } </s> |
<s> package org . eclipse . jdt . internal . compiler . env ; import java . util . Arrays ; import org . eclipse . jdt . core . compiler . CharOperation ; public class EnumConstantSignature { char [ ] typeName ; char [ ] constName ; public EnumConstantSignature ( char [ ] typeName , char [ ] constName ) { this . typeNa... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . codegen . BranchLabel ; public class SwitchFlowContext extends FlowContext { public BranchLabel breakLabel ; public UnconditionalFlowInfo i... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Expression ; import org . eclipse . jdt . internal . compiler . ast . Reference ; import org . eclipse . jdt . internal . compiler . ... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . lookup . LocalVariableBinding ; public class NullInfoRegistry extends UnconditionalFlowInfo { public NullInfoRegistry ( UnconditionalFlowInfo upstream ) { this . maxFieldCount = upstream . maxFieldCount ; i... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . codegen . BranchLabel ; import org . eclipse . jdt . internal . compiler . l... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . IfStatement ; import org . eclipse . jdt . internal . compiler . lookup . FieldBinding ; import org . eclipse . jdt . internal . comp... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import java . util . ArrayList ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Expression ; import org . eclipse . jdt . internal . compiler . ast . FakedTrackingVariable ; import... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . lookup . Binding ; import org . eclipse . jdt . internal . compiler . lookup . BlockScope ; import org . eclipse . jdt . internal . compile... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . lookup . FieldBinding ; import org . eclipse . jdt . internal . compiler . lookup . LocalVariableBinding ; public class ConditionalFlowInfo extends FlowInfo { public FlowInfo initsWhenTrue ; public FlowInfo... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import java . util . ArrayList ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import or... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . impl . Constant ; import org . eclipse . jdt . internal . compiler . lookup . FieldBinding ; import org . eclipse . jdt . internal . compil... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import java . util . ArrayList ; import org . eclipse . jdt . internal . compiler . ast . AbstractMethodDeclaration ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . Argument ; impo... |
<s> package org . eclipse . jdt . internal . compiler . flow ; import org . eclipse . jdt . internal . compiler . ast . ASTNode ; import org . eclipse . jdt . internal . compiler . ast . SubRoutineStatement ; public class InsideSubRoutineFlowContext extends FlowContext { public UnconditionalFlowInfo initsOnReturn ; pub... |
<s> package org . eclipse . jdt . internal . compiler . classfmt ; import org . eclipse . jdt . internal . compiler . env . IBinaryNestedType ; public class InnerClassInfo extends ClassFileStruct implements IBinaryNestedType { int innerClassNameIndex = - <NUM_LIT:1> ; int outerClassNameIndex = - <NUM_LIT:1> ; int inner... |
<s> package org . eclipse . jdt . internal . compiler . classfmt ; import org . eclipse . jdt . internal . compiler . env . IBinaryAnnotation ; public class AnnotationMethodInfoWithAnnotations extends AnnotationMethodInfo { private AnnotationInfo [ ] annotations ; AnnotationMethodInfoWithAnnotations ( MethodInfo method... |
<s> package org . eclipse . jdt . internal . compiler . classfmt ; import org . eclipse . jdt . core . compiler . CharOperation ; import org . eclipse . jdt . internal . compiler . codegen . AttributeNamesConstants ; import org . eclipse . jdt . internal . compiler . codegen . ConstantPool ; import org . eclipse . jdt ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.