|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectdk.brics.xsugar.stylesheet.Unit
dk.brics.xsugar.stylesheet.StringTerminal
public class StringTerminal
String terminal.
| Constructor Summary | |
|---|---|
StringTerminal(String text,
Location loc)
Constructs a new string terminal. |
|
| Method Summary | |
|---|---|
String |
getText()
Returns the string of this string terminal. |
void |
setText(String text)
Sets the string of this string terminal. |
void |
visit(Visitor visitor)
Visits this node. |
| Methods inherited from class dk.brics.xsugar.stylesheet.Unit |
|---|
getLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StringTerminal(String text,
Location loc)
text - stringloc - source location| Method Detail |
|---|
public String getText()
public void setText(String text)
text - stringpublic void visit(Visitor visitor)
visit in interface Itemvisit in interface Valuevisitor - visitor
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||