Class CssJavaExpressionNode


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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode deepCopy()  
      java.lang.String toString()  
      • 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 Detail

      • CssJavaExpressionNode

        public CssJavaExpressionNode​(java.lang.String expression)
      • CssJavaExpressionNode

        public CssJavaExpressionNode​(java.lang.String expression,
                                     com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
    • Method Detail

      • 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 java.lang.String toString()
        Overrides:
        toString in class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode