Searched refs:SourceFile (Results 1 - 21 of 21) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DSourceFile.java66 * to the source file of this class. At most one SourceFile attribute
73 public final class SourceFile extends Attribute { class in inherits:Attribute
80 public SourceFile(SourceFile c) { method in class:SourceFile
93 SourceFile(int name_index, int length, DataInputStream file, method in class:SourceFile
101 * should represent the string "SourceFile".
112 public SourceFile(int name_index, int length, int sourcefile_index, method in class:SourceFile
167 return "SourceFile(" + getSourceFileName() + ")";
174 return (SourceFile)clone();
H A DEmptyVisitor.java104 public void visitSourceFile(SourceFile obj) {}
H A DVisitor.java100 public void visitSourceFile(SourceFile obj);
H A DAttribute.java67 * <em>ConstantValue</em>, <em>SourceFile</em>, <em>Code</em>,
75 * @see SourceFile
195 return new SourceFile(name_index, length, file, constant_pool);
H A DJavaClass.java172 if(attributes[i] instanceof SourceFile) {
173 source_file_name = ((SourceFile)attributes[i]).getSourceFileName();
389 * @return File name of class, aka SourceFile attribute value
509 * Set File name of class, aka SourceFile attribute value
H A DDescendingVisitor.java349 public void visitSourceFile(SourceFile attribute) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvFill.java39 SourceFile filledSF = new SourceFile(filledFN);
40 SourceFile stubSF = new SourceFile(stubFN);
51 class SourceFile { class
167 SourceFile(String fn) throws IOException { method in class:SourceFile
228 void fill(SourceFile filledSF) {
/openjdk7/langtools/test/tools/javac/scope/7017664/
H A DImplementationCacheTest.java52 static class SourceFile extends SimpleJavaFileObject { class in class:ImplementationCacheTest
58 public SourceFile() { method in class:ImplementationCacheTest.SourceFile
68 List<? extends JavaFileObject> files = Arrays.asList(new SourceFile());
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DSourceFile_attribute.java46 this(constant_pool.getUTF8Index(Attribute.SourceFile), sourcefile_index);
H A DAttribute.java60 public static final String SourceFile = "SourceFile"; field in class:Attribute
126 standardAttributes.put(SourceFile, SourceFile_attribute.class);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DNames.java89 public final Name SourceFile; field in class:Names
200 SourceFile = fromString("SourceFile");
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DAttributeHTML.java165 index = ((SourceFile)attribute).getSourceFileIndex();
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DSourceWriter.java156 (SourceFile_attribute) cf.attributes.get(Attribute.SourceFile);
158 report(messages.getMessage("err.no.SourceFile.attribute"));
H A DClassWriter.java150 Attribute sfa = cf.getAttribute(Attribute.SourceFile);
/openjdk7/langtools/test/tools/javac/4241573/
H A DT4241573.java27 * @summary SourceFile attribute includes full path
110 SourceFile_attribute sfa = (SourceFile_attribute) cf.getAttribute(Attribute.SourceFile);
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dconstants.h120 F(CLASS_ATTR_SourceFile,SourceFile) \
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DClassGen.java107 addAttribute(new SourceFile(cp.addUtf8("SourceFile"), 2,
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DAssembler.java649 String SourceFile = ((SourceClass)c).getAbsoluteName();
652 TmpCovTable.addElement(JcovSrcfileLine + SourceFile);
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DReferenceTypeImpl.java64 /* to mark a SourceFile request that returned a genuine JDWP.Error.ABSENT_INFORMATION */
728 bsn = JDWP.ReferenceType.SourceFile.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java1541 int alenIdx = writeAttr(names.SourceFile);
H A DClassReader.java1016 new AttributeReader(names.SourceFile, V45_3, CLASS_ATTRIBUTE) {
2642 * SourceFile attribute, and do not directly represent specific files.

Completed in 105 milliseconds