public class Value extends Literal
| Constructor and Description | 
|---|
Value(String name,
     StringLiteral value)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(Visitor v)
accept the given visitor 
 | 
boolean | 
equals(Object o)  | 
Object | 
getLiteralValue()  | 
String | 
getStringValue()  | 
StringLiteral | 
getValue()  | 
String | 
getValueName()  | 
void | 
setValue(StringLiteral v)  | 
void | 
setValueName(String n)  | 
String | 
toString()  | 
clone, getChildCount, getKindpublic Value(String name, StringLiteral value)
public void setValueName(String n)
public String getValueName()
public void setValue(StringLiteral v)
public StringLiteral getValue()
public String getStringValue()
public void accept(Visitor v)
PetalNodev - - the visitorpublic Object getLiteralValue()
getLiteralValue in class LiteralCopyright © 2018 BITPlan GmbH. All rights reserved.