org.objectweb.jac.util.preparse
Class Preparse
java.lang.Object
|
+--org.objectweb.jac.util.preparse.Preparse
- public class Preparse
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CFGNAME
public static final String CFGNAME
- See Also:
- Constant Field Values
EXTENSION
public static final String EXTENSION
- See Also:
- Constant Field Values
Preparse
public Preparse()
writeToOutput
protected void writeToOutput(String str,
OutputStream output)
throws Exception
Exception
treat
protected int treat(String line,
int i,
OutputStream output)
throws Exception
- Parameters:
line
- line of texti
- offset in line of textoutput
-
Exception
parse
public void parse(ParseInput input,
OutputStream output)
getTokens
protected String[] getTokens(String str)
throws Exception
Exception
readConfigFile
public void readConfigFile(String filename)
throws Exception
Exception
modifName
public String modifName(String javaName)
main
public static void main(String[] args)
throws Exception
- Usage: java org.objectweb.jac.util.preparse.PreParse [ ...]
Exception