avrora.syntax.objdump
Class ObjDumpPreprocessor

java.lang.Object
  extended byavrora.syntax.objdump.ObjDumpPreprocessor

public class ObjDumpPreprocessor
extends java.lang.Object

The ObjDumpPreprocessor class is a utility class that takes the output from the avr-objdump utility and produces a cleaned up version that is more suitable for parsing into the internal format of Avrora.


Constructor Summary
ObjDumpPreprocessor(java.lang.String inFile)
           
 
Method Summary
 java.lang.StringBuffer getCleanObjDumpCode()
           
static void main(java.lang.String[] a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjDumpPreprocessor

public ObjDumpPreprocessor(java.lang.String inFile)
Parameters:
inFile - of file with avr-objdump format code
Method Detail

getCleanObjDumpCode

public java.lang.StringBuffer getCleanObjDumpCode()
Returns:
output StringBuffer of well formated cleaned up objdump file contents

main

public static void main(java.lang.String[] a)