public class StringLiteral extends Literal
| Constructor and Description | 
|---|
StringLiteral(Collection c)  | 
StringLiteral(String v)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
void | 
addLine(String v)  | 
boolean | 
equals(Object o)  | 
Collection | 
getLines()  | 
Object | 
getLiteralValue()  | 
boolean | 
getMulti()  | 
String | 
getValue()  | 
boolean | 
isMultiLine()  | 
void | 
removeLine(String v)  | 
void | 
setMulti(boolean m)  | 
String | 
toString()  | 
clone, getChildCount, getKindpublic StringLiteral(String v)
public StringLiteral(Collection c)
public void addLine(String v)
public void removeLine(String v)
public Collection getLines()
public String getValue()
public Object getLiteralValue()
getLiteralValue in class Literalpublic void setMulti(boolean m)
public boolean getMulti()
public boolean isMultiLine()
public void accept(Visitor v)
PetalNodev - - the visitorCopyright © 2018 BITPlan GmbH. All rights reserved.