public class CssRuntimeConditionalRuleNode
extends com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode
Constructor and Description |
---|
CssRuntimeConditionalRuleNode(com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode node,
CssJavaExpressionNode condition) |
CssRuntimeConditionalRuleNode(CssRuntimeConditionalRuleNode node)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode |
deepCopy() |
CssJavaExpressionNode |
getRuntimeCondition() |
getBlock, getCondition
copyNodes, getName, getParameters, getParametersCount, getType, setParameters, toString
addChildToBack, childIterable, getChildAt, getChildIterator, getChildren, getLastChild, isEmpty, isEnclosedWithBraces, numChildren, replaceChildAt
public CssRuntimeConditionalRuleNode(com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode node, CssJavaExpressionNode condition)
public CssRuntimeConditionalRuleNode(CssRuntimeConditionalRuleNode node)
node
- public CssJavaExpressionNode getRuntimeCondition()
public com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode deepCopy()
deepCopy
in class com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode