soot.jimple.parser.node
Class AIdentityStatement

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

public final class AIdentityStatement
extends PStatement


Constructor Summary
AIdentityStatement()
           
AIdentityStatement(PLocalName _localName_, TColonEquals _colonEquals_, TAtIdentifier _atIdentifier_, PType _type_, TSemicolon _semicolon_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAtIdentifier getAtIdentifier()
           
 TColonEquals getColonEquals()
           
 PLocalName getLocalName()
           
 TSemicolon getSemicolon()
           
 PType getType()
           
 void setAtIdentifier(TAtIdentifier node)
           
 void setColonEquals(TColonEquals node)
           
 void setLocalName(PLocalName node)
           
 void setSemicolon(TSemicolon node)
           
 void setType(PType 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

AIdentityStatement

public AIdentityStatement()

AIdentityStatement

public AIdentityStatement(PLocalName _localName_,
                          TColonEquals _colonEquals_,
                          TAtIdentifier _atIdentifier_,
                          PType _type_,
                          TSemicolon _semicolon_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLocalName

public PLocalName getLocalName()

setLocalName

public void setLocalName(PLocalName node)

getColonEquals

public TColonEquals getColonEquals()

setColonEquals

public void setColonEquals(TColonEquals node)

getAtIdentifier

public TAtIdentifier getAtIdentifier()

setAtIdentifier

public void setAtIdentifier(TAtIdentifier node)

getType

public PType getType()

setType

public void setType(PType node)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object