|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.sass.internal.tree.Node
com.vaadin.sass.internal.tree.DefNode
com.vaadin.sass.internal.tree.MixinDefNode
public class MixinDefNode
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.vaadin.sass.internal.tree.Node |
|---|
Node.BuildStringStrategy, Node.PrintStrategy, Node.ToStringStrategy |
| Field Summary |
|---|
| Fields inherited from class com.vaadin.sass.internal.tree.Node |
|---|
children, parentNode, PRINT_STRATEGY, TO_STRING_STRATEGY |
| Constructor Summary | |
|---|---|
MixinDefNode(String name,
Collection<VariableNode> args,
boolean hasVariableArgs)
|
|
| Method Summary | |
|---|---|
MixinDefNode |
copy()
|
MixinDefNode |
replaceContentDirective(MixinNode mixinNode)
This should only happen on a cloned MixinDefNode, since it changes the Node itself. |
MixinDefNode |
replaceContentNode(ContentNode contentNode,
MixinNode mixinNode)
|
String |
toString()
|
| Methods inherited from class com.vaadin.sass.internal.tree.DefNode |
|---|
getArglist, getName, hasVariableArguments, replacePossibleArguments, replaceVariables, traverse |
| Methods inherited from class com.vaadin.sass.internal.tree.Node |
|---|
appendAll, appendChild, appendChild, appendChildrenAfter, getChildren, getParentNode, hasChildren, printState, removeChild, setChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MixinDefNode(String name,
Collection<VariableNode> args,
boolean hasVariableArgs)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic MixinDefNode replaceContentDirective(MixinNode mixinNode)
mixinNode -
public MixinDefNode replaceContentNode(ContentNode contentNode,
MixinNode mixinNode)
public MixinDefNode copy()
copy in class Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||