soot.jimple.parser.node
Class AIntegerConstant
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PConstant
|
+--soot.jimple.parser.node.AIntegerConstant
- public final class AIntegerConstant
- extends PConstant
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AIntegerConstant
public AIntegerConstant()
AIntegerConstant
public AIntegerConstant(TMinus _minus_,
TIntegerConstant _integerConstant_)
clone
public java.lang.Object clone()
- Overrides:
- clone in class Node
apply
public void apply(Switch sw)
getMinus
public TMinus getMinus()
setMinus
public void setMinus(TMinus node)
getIntegerConstant
public TIntegerConstant getIntegerConstant()
setIntegerConstant
public void setIntegerConstant(TIntegerConstant node)
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object