soot.jimple.parser.node
Class AIdentityNoTypeStatement

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

public final class AIdentityNoTypeStatement
extends PStatement


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

AIdentityNoTypeStatement

public AIdentityNoTypeStatement()

AIdentityNoTypeStatement

public AIdentityNoTypeStatement(PLocalName _localName_,
                                TColonEquals _colonEquals_,
                                TAtIdentifier _atIdentifier_,
                                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)

getSemicolon

public TSemicolon getSemicolon()

setSemicolon

public void setSemicolon(TSemicolon node)

toString

public String toString()
Overrides:
toString in class Object