FindCommentStartTest.class
FindCommentStartTest.java package public FindCommentStartTest extends junit.framework.TestCase { public void <init> () public void testFindCommentStartPlain () public void testFindCommentStartMultiline () public void testFindCommentStartEndOfLineComment () public void testFindCommentStartString () public void testRealWorldCode () }
FindCommentStartTest.java
META-INF/
META-INF/MANIFEST.MF
Munge$CommandLine.class
Munge.java package Munge$CommandLine extends java.lang.Object { void <init> () static java.lang.String[] parse (java.lang.String[]) throws java.io.IOException private static void loadCmdFile (java.lang.String, java.util.Vector) throws java.io.IOException }
Munge.class
Munge.java package public Munge extends java.lang.Object { static java.util.Hashtable symbols static java.util.Vector oldTextStrings static java.util.Vector newTextStrings int errors int line String inName java.io.BufferedReader in java.io.PrintWriter out java.util.Stack stack boolean printing String source String block final String[] commands final int IF final int IF_NOT final int ELSE final int END final int numCommands final int EOF final int COMMENT final int CODE int getCommand (java.lang.String) public void error (java.lang.String) public void printErrorCount () public boolean hasErrors () public void <init> (java.lang.String, java.lang.String) public void close () throws java.io.IOException void cmd_if (java.lang.String) void cmd_if_not (java.lang.String) void cmd_else () void cmd_end () throws java.util.EmptyStackException void print (java.lang.String) throws java.io.IOException int countLines (java.lang.String) void processComment (java.lang.String) throws java.io.IOException int nextBlock () throws java.io.IOException static int findCommentStart (java.lang.String, int) static int countQuotes (java.lang.String) void substitute () public void process () throws java.io.IOException public static void usage () public static void usage (java.lang.String) public static void main (java.lang.String[]) static void <clinit> () }
Munge.java
MungeTask.class
MungeTask.java package public MungeTask extends org.apache.tools.ant.Task { private final byte[] buffer private final java.util.List fileSets private final java.util.List arguments private java.io.File todir public void <init> () public void addFileset (org.apache.tools.ant.types.FileSet) public void setTodir (java.io.File) public org.apache.tools.ant.types.Commandline$Argument createArg () public void execute () throws org.apache.tools.ant.BuildException private void copy (java.io.File, java.io.File) throws java.io.IOException }
MungeTask.java