public class ExpressionValued extends Object implements IVisitable
| Modifier and Type | Field and Description |
|---|---|
MathInline |
mathInline |
ParseTree |
parseTree |
String |
value |
| Constructor and Description |
|---|
ExpressionValued() |
| Modifier and Type | Method and Description |
|---|---|
void |
copyInto(ExpressionValued ret) |
void |
extract() |
ParseTree |
getParseTree() |
String |
getValueExpression() |
void |
setValue(String s) |
public String value
public MathInline mathInline
public ParseTree parseTree
public void setValue(String s)
public String getValueExpression()
getValueExpression in interface IVisitablepublic void extract()
throws ContentError
ContentErrorpublic void copyInto(ExpressionValued ret)
public ParseTree getParseTree()
getParseTree in interface IVisitableCopyright © 2019. All rights reserved.