Package com.google.gwt.resources.gss.ast
Class CssDotPathNode
java.lang.Object
com.google.gwt.thirdparty.common.css.compiler.ast.CssNode
com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
com.google.gwt.resources.gss.ast.CssDotPathNode
public class CssDotPathNode
extends com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
Represents a sequence of no-arg method invocations.
-
Constructor Summary
ConstructorDescriptionCssDotPathNode
(String dotPath, String prefix, String suffix, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation) CssDotPathNode
(String instance, String dotPath, String prefix, String suffix, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation) -
Method Summary
Methods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
getIsDefault, getValue, leaves, setIsDefault, setValue, toString
Methods 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
-
CssDotPathNode
-
CssDotPathNode
-
-
Method Details
-
resolveExpression
-
deepCopy
public com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode deepCopy()- Specified by:
deepCopy
in classcom.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
-
getPath
-
getSuffix
-
getPrefix
-
getInstance
-
getPathElements
-