public final class AIdentityStatement extends PStatement
Constructor and Description |
---|
AIdentityStatement() |
AIdentityStatement(PLocalName _localName_,
TColonEquals _colonEquals_,
TAtIdentifier _atIdentifier_,
PType _type_,
TSemicolon _semicolon_) |
Modifier and Type | Method and Description |
---|---|
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() |
public AIdentityStatement()
public AIdentityStatement(PLocalName _localName_, TColonEquals _colonEquals_, TAtIdentifier _atIdentifier_, PType _type_, TSemicolon _semicolon_)
public void apply(Switch sw)
public PLocalName getLocalName()
public void setLocalName(PLocalName node)
public TColonEquals getColonEquals()
public void setColonEquals(TColonEquals node)
public TAtIdentifier getAtIdentifier()
public void setAtIdentifier(TAtIdentifier node)
public PType getType()
public void setType(PType node)
public TSemicolon getSemicolon()
public void setSemicolon(TSemicolon node)