soot.jimple.parser.node
Class AIdentityStatement
java.lang.Object
|
+--soot.jimple.parser.node.Node
|
+--soot.jimple.parser.node.PStatement
|
+--soot.jimple.parser.node.AIdentityStatement
- public final class AIdentityStatement
- extends PStatement
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
AIdentityStatement
public AIdentityStatement()
AIdentityStatement
public AIdentityStatement(PLocalName _localName_,
TColonEquals _colonEquals_,
TAtIdentifier _atIdentifier_,
PType _type_,
TSemicolon _semicolon_)
clone
public java.lang.Object clone()
- Overrides:
- 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 java.lang.String toString()
- Overrides:
- toString in class java.lang.Object