public final class AStringExpression extends PExpression
Constructor and Description |
---|
AStringExpression() |
AStringExpression(TStringLiteral _content_) |
Modifier and Type | Method and Description |
---|---|
void |
apply(Switch sw) |
java.lang.Object |
clone() |
TStringLiteral |
getContent() |
void |
setContent(TStringLiteral node) |
java.lang.String |
toString() |
cloneList, cloneNode, parent, replaceBy, toString, toString
getEndPos, getStartPos, setEndPos, setStartPos
public AStringExpression()
public AStringExpression(TStringLiteral _content_)
public void apply(Switch sw)
public TStringLiteral getContent()
public void setContent(TStringLiteral node)
public java.lang.String toString()
toString
in class java.lang.Object