soot.jimple.parser.node
Class AShortBaseType

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PBaseType
          extended by soot.jimple.parser.node.AShortBaseType
All Implemented Interfaces:
Cloneable, Switchable

public final class AShortBaseType
extends PBaseType


Constructor Summary
AShortBaseType()
           
AShortBaseType(TShort _short_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TShort getShort()
           
 void setShort(TShort node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AShortBaseType

public AShortBaseType()

AShortBaseType

public AShortBaseType(TShort _short_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getShort

public TShort getShort()

setShort

public void setShort(TShort node)

toString

public String toString()
Overrides:
toString in class Object