soot.tagkit
Class OuterClassTag

java.lang.Object
  extended by soot.tagkit.OuterClassTag
All Implemented Interfaces:
Tag

public class OuterClassTag
extends Object
implements Tag


Constructor Summary
OuterClassTag(SootClass outer, String simpleName, boolean anon)
           
 
Method Summary
 String getName()
          Returns the tag name.
 SootClass getOuterClass()
           
 String getSimpleName()
           
 byte[] getValue()
          Returns the tag raw data.
 boolean isAnon()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OuterClassTag

public OuterClassTag(SootClass outer,
                     String simpleName,
                     boolean anon)
Method Detail

getName

public String getName()
Description copied from interface: Tag
Returns the tag name.

Specified by:
getName in interface Tag

getValue

public byte[] getValue()
Description copied from interface: Tag
Returns the tag raw data.

Specified by:
getValue in interface Tag

getOuterClass

public SootClass getOuterClass()

getSimpleName

public String getSimpleName()

isAnon

public boolean isAnon()

toString

public String toString()
Overrides:
toString in class Object