Class CssJavaExpressionNode

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.CssJavaExpressionNode

public class CssJavaExpressionNode extends com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
Represents a Java expression.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    CssJavaExpressionNode(String expression, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
     
     

    Methods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode

    getIsDefault, getValue, leaves, setIsDefault, setValue

    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

    • CssJavaExpressionNode

      public CssJavaExpressionNode(String expression)
    • CssJavaExpressionNode

      public CssJavaExpressionNode(String expression, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode