| Modifier and Type | Method and Description |
|---|---|
static FixedNode |
create(Token token) |
java.lang.String |
getContent() |
void |
render(CarrotEngine engine,
java.io.Writer writer,
Scope scope)
Render this node to the given
Writer. |
add, canChain, chain, getChildren, getNextNode, getPointer, isBlockNode, renderChildrenpublic java.lang.String getContent()
public void render(CarrotEngine engine, java.io.Writer writer, Scope scope) throws java.io.IOException
NodeWriter.render in class Nodeengine - The CarrotEngine we're running inside of.writer - The Writer to write this node to.scope - The current Scope, containing all our variables.java.io.IOException - if there's an error writing to the Writer.