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