Package com.google.gwt.resources.gss.ast
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.CssValueNodeRepresents 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.CssValueNodedeepCopy()java.lang.StringtoString()-
Methods inherited from class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
getIsDefault, getValue, leaves, setIsDefault, setValue
-
-
-
-
Method Detail
-
deepCopy
public com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode deepCopy()
- Specified by:
deepCopyin classcom.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
-
toString
public java.lang.String toString()
- Overrides:
toStringin classcom.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
-
-