Package de.neuland.pug4j.parser.node
Class MixinNode
- java.lang.Object
-
- de.neuland.pug4j.parser.node.Node
-
- de.neuland.pug4j.parser.node.AttrsNode
-
- de.neuland.pug4j.parser.node.CallNode
-
- de.neuland.pug4j.parser.node.MixinNode
-
-
Field Summary
-
Fields inherited from class de.neuland.pug4j.parser.node.AttrsNode
attributeBlocks, attributeNames, attributes, codeNode, selfClosing
-
-
Constructor Summary
Constructors Constructor Description MixinNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(IndentWriter writer, PugModel model, PugTemplate template)StringgetRest()voidsetRest(String rest)-
Methods inherited from class de.neuland.pug4j.parser.node.CallNode
getArguments, isCall, setArguments, setArguments, setCall
-
Methods inherited from class de.neuland.pug4j.parser.node.AttrsNode
addAttributes, attrs, clone, getAttribute, getAttributes, getCodeNode, hasCodeNode, isSelfClosing, isSelfClosingTag, isTextOnly, setAttribute, setCodeNode, setSelfClosing, setTextOnly, visitAttributes
-
Methods inherited from class de.neuland.pug4j.parser.node.Node
getBlock, getColumn, getFileName, getLineNumber, getName, getNodes, getValue, hasBlock, hasNodes, isTextNode, pollNode, push, setBlock, setColumn, setFileName, setLineNumber, setName, setNodes, setValue
-
-
-
-
Method Detail
-
execute
public void execute(IndentWriter writer, PugModel model, PugTemplate template) throws PugCompilerException
- Overrides:
executein classCallNode- Throws:
PugCompilerException
-
setRest
public void setRest(String rest)
-
getRest
public String getRest()
-
-