Package com.google.gwt.resources.gss.ast
Class CssRuntimeConditionalRuleNode
java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.ast.CssNode
com.google.gwt.thirdparty.common.css.compiler.ast.CssNodesListNode<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode>
com.google.gwt.thirdparty.common.css.compiler.ast.CssAtRuleNode
com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode
com.google.gwt.resources.gss.ast.CssRuntimeConditionalRuleNode
public class CssRuntimeConditionalRuleNode
extends com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode
Represents a conditional rule that needs to be evaluated at runtime.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssAtRuleNode
com.google.gwt.thirdparty.common.css.compiler.ast.CssAtRuleNode.Type -
Field Summary
Fields inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssNodesListNode
children -
Constructor Summary
ConstructorsConstructorDescriptionCopy constructor.CssRuntimeConditionalRuleNode(com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode node, CssJavaExpressionNode condition) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNodedeepCopy()Methods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode
getBlock, getConditionMethods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssAtRuleNode
copyNodes, getName, getParameters, getParametersCount, getType, setParameters, toStringMethods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssNodesListNode
addChildToBack, childIterable, getChildAt, getChildIterator, getChildren, getLastChild, isEmpty, isEnclosedWithBraces, numChildren, replaceChildAtMethods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssNode
ancestors, appendComment, equals, getComments, getParent, getShouldBeFlipped, getSourceCodeLocation, getVisitController, hasComment, hashCode, inFunArgs, setComments, setShouldBeFlipped, setSourceCodeLocation
-
Constructor Details
-
CssRuntimeConditionalRuleNode
public CssRuntimeConditionalRuleNode(com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode node, CssJavaExpressionNode condition) -
CssRuntimeConditionalRuleNode
Copy constructor.- Parameters:
node-
-
-
Method Details
-
getRuntimeCondition
-
deepCopy
public com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode deepCopy()- Overrides:
deepCopyin classcom.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalRuleNode
-