|
|||||||||
| Home >> All >> jp >> ac >> tsukuba >> [ openjava overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
jp.ac.tsukuba.openjava
Class SunLibCompiler

java.lang.Objectjp.ac.tsukuba.openjava.SunLibCompiler
- All Implemented Interfaces:
- openjava.ojc.JavaCompiler
- public class SunLibCompiler
- extends java.lang.Object
- implements openjava.ojc.JavaCompiler
- extends java.lang.Object
The class SunLibCompiler is an adapter for the compiler
which invokes Sun's library javac.
The class path must includes lib/tools.jar in the jdk package.
- Since:
- jdk1.2
| Field Summary | |
(package private) java.lang.reflect.Method |
compileMethod
|
(package private) java.lang.Object |
sunJavac
|
| Constructor Summary | |
SunLibCompiler()
|
|
| Method Summary | |
void |
compile(java.lang.String[] args)
|
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
sunJavac
java.lang.Object sunJavac
compileMethod
java.lang.reflect.Method compileMethod
| Constructor Detail |
SunLibCompiler
public SunLibCompiler()
| Method Detail |
main
public static void main(java.lang.String[] args)
compile
public void compile(java.lang.String[] args)
- Specified by:
compilein interfaceopenjava.ojc.JavaCompiler
|
|||||||||
| Home >> All >> jp >> ac >> tsukuba >> [ openjava overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
jp.ac.tsukuba.openjava.SunLibCompiler