soot.xml
Class JavaAttribute

java.lang.Object
  extended bysoot.xml.JavaAttribute

public class JavaAttribute
extends Object


Field Summary
 PrintWriter writerOut
           
 
Constructor Summary
JavaAttribute()
           
 
Method Summary
 void addTag(Tag t)
           
 void addVbAttr(PosColorAttribute vbAttr)
           
 boolean hasColorTag()
           
 void printAllTags(PrintWriter writer)
           
 void printInfoTags(PrintWriter writer)
           
 int startLn()
           
 void startLn(int x)
           
 ArrayList tags()
           
 ArrayList vbAttrs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writerOut

public PrintWriter writerOut
Constructor Detail

JavaAttribute

public JavaAttribute()
Method Detail

startLn

public int startLn()

startLn

public void startLn(int x)

tags

public ArrayList tags()

vbAttrs

public ArrayList vbAttrs()

addTag

public void addTag(Tag t)

addVbAttr

public void addVbAttr(PosColorAttribute vbAttr)

hasColorTag

public boolean hasColorTag()

printAllTags

public void printAllTags(PrintWriter writer)

printInfoTags

public void printInfoTags(PrintWriter writer)