예제 #1
0
파일: Env.java 프로젝트: NathanEEvans/api
 /**
  * Return a Reader cooresponding to the source of this location. Return null if not available.
  * Note: returned reader must be closed.
  */
 static BufferedReader sourceReader(Location location) {
   return sourceMapper.sourceReader(location);
 }
예제 #2
0
파일: Env.java 프로젝트: NathanEEvans/api
 static String getSourcePath() {
   return sourceMapper.getSourcePath();
 }