soot.jimple.parser.node
Class AShortBaseType
java.lang.Object
soot.jimple.parser.node.Node
soot.jimple.parser.node.PBaseType
soot.jimple.parser.node.AShortBaseType
- All Implemented Interfaces:
- Cloneable, Switchable
public final class AShortBaseType
- extends PBaseType
AShortBaseType
public AShortBaseType()
AShortBaseType
public AShortBaseType(TShort _short_)
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