soot.tagkit
Class EnclosingTag

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

public class EnclosingTag
extends SyntheticParamTag

Represents the synthetic attribute.


Constructor Summary
EnclosingTag()
           
 
Method Summary
 String getName()
          Returns the tag name.
 
Methods inherited from class soot.tagkit.SyntheticParamTag
getInfo, getValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EnclosingTag

public EnclosingTag()
Method Detail

getName

public String getName()
Returns the tag name.

Specified by:
getName in interface Tag
Overrides:
getName in class SyntheticParamTag