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 IVisitable
public void extract() throws ContentError
ContentError
public void copyInto(ExpressionValued ret)
public ParseTree getParseTree()
getParseTree
in interface IVisitable
Copyright © 2020. All rights reserved.