soot.jimple.parser.node
Class AIntegerConstant

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

public final class AIntegerConstant
extends PConstant


Constructor Summary
AIntegerConstant()
           
AIntegerConstant(TMinus _minus_, TIntegerConstant _integerConstant_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TIntegerConstant getIntegerConstant()
           
 TMinus getMinus()
           
 void setIntegerConstant(TIntegerConstant node)
           
 void setMinus(TMinus 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

AIntegerConstant

public AIntegerConstant()

AIntegerConstant

public AIntegerConstant(TMinus _minus_,
                        TIntegerConstant _integerConstant_)
Method Detail

clone

public Object clone()
Specified by:
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 String toString()
Overrides:
toString in class Object