Searched refs:getSourceFile (Results 1 - 17 of 17) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/source/tree/
H A DCompilationUnitTree.java46 JavaFileObject getSourceFile(); method in interface:CompilationUnitTree
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTaskEvent.java80 this(kind, unit.getSourceFile(), unit, null);
84 this(kind, unit.getSourceFile(), unit, clazz);
98 public JavaFileObject getSourceFile() { method in class:TaskEvent
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DPackage.java86 getSourceFile(className) != null;
133 public ClassFile getSourceFile(Identifier className) { method in class:Package
140 public ClassFile getSourceFile(String fileName) { method in class:Package
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DSourceFile_attribute.java54 public String getSourceFile(ConstantPool constant_pool) throws ConstantPoolException { method in class:SourceFile_attribute
/openjdk7/langtools/test/tools/javac/
H A DT6403466.java128 JavaFileObject file = e.getSourceFile();
/openjdk7/langtools/test/tools/javac/tree/
H A DT6993305.java98 source = String.valueOf(tree.getSourceFile().getCharContent(true));
H A DTreePosRoundsTest.java136 JavaFileObject sf = unit.getSourceFile();
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DSourceWriter.java161 String sourceFile = sf.getSourceFile(cf.constant_pool);
H A DAttributeWriter.java468 println("SourceFile: \"" + getSourceFile(attr) + "\"");
472 private String getSourceFile(SourceFile_attribute attr) { method in class:AttributeWriter
474 return attr.getSourceFile(constant_pool);
H A DClassWriter.java152 println("Compiled from \"" + getSourceFile((SourceFile_attribute) sfa) + "\"");
657 String getSourceFile(SourceFile_attribute attr) { method in class:ClassWriter
659 return attr.getSourceFile(constant_pool);
/openjdk7/langtools/test/tools/javac/4241573/
H A DT4241573.java111 String found = sfa.getSourceFile(cf.constant_pool);
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DBatchEnvironment.java688 ClassFile srcfile = pkg.getSourceFile(nm.getName());
723 srcfile = pkg.getSourceFile(srcfile.getName());
858 srcfile = pkg.getSourceFile((String)c.getClassDefinition().getSource());
873 srcfile = pkg.getSourceFile(nm.getName());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTaskImpl.java242 JavaFileObject file = unit.getSourceFile();
308 notYetEntered.remove(cu.getSourceFile());
H A DJavacTrees.java402 newSource = root.getSourceFile();
/openjdk7/langtools/test/tools/javac/treeannotests/
H A DTestProcessor.java71 JavaFileObject file = p.getCompilationUnit().getSourceFile();
/openjdk7/langtools/make/tools/GenStubs/
H A DGenStubs.java174 String className = fm.inferBinaryName(StandardLocation.SOURCE_PATH, tree.getSourceFile());
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java477 public JavaFileObject getSourceFile() { method in class:JCTree.JCCompilationUnit

Completed in 69 milliseconds