soot.jimple.parser.node
Class AShortBaseTypeNoName

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

public final class AShortBaseTypeNoName
extends PBaseTypeNoName


Constructor Summary
AShortBaseTypeNoName()
           
AShortBaseTypeNoName(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

AShortBaseTypeNoName

public AShortBaseTypeNoName()

AShortBaseTypeNoName

public AShortBaseTypeNoName(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