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

    Constructors
    Constructor
    Description
    CssDotPathNode(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

    Modifier and Type
    Method
    Description
    com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
     
     
     
     
     
     
    static String
    resolveExpression(String instance, String path, String prefix, String suffix)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CssDotPathNode

      public CssDotPathNode(String dotPath, String prefix, String suffix, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
    • CssDotPathNode

      public CssDotPathNode(String instance, String dotPath, String prefix, String suffix, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
  • Method Details

    • resolveExpression

      public static String resolveExpression(String instance, String path, String prefix, String suffix)
    • deepCopy

      public com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode deepCopy()
      Specified by:
      deepCopy in class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
    • getPath

      public String getPath()
    • getSuffix

      public String getSuffix()
    • getPrefix

      public String getPrefix()
    • getInstance

      public String getInstance()
    • getPathElements

      public List<String> getPathElements()