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, getKind
public 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)
PetalNode
v
- - the visitorpublic Object getLiteralValue()
getLiteralValue
in class Literal
Copyright © 2018 BITPlan GmbH. All rights reserved.