|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
Represents a Java expression.
Constructor Summary | |
---|---|
CssJavaExpressionNode(java.lang.String expression)
|
|
CssJavaExpressionNode(java.lang.String expression,
com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
|
Method Summary | |
---|---|
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 |
---|
public CssJavaExpressionNode(java.lang.String expression)
public CssJavaExpressionNode(java.lang.String expression, com.google.gwt.thirdparty.common.css.SourceCodeLocation sourceCodeLocation)
Method Detail |
---|
public com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode deepCopy()
deepCopy
in class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
public java.lang.String toString()
toString
in class com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |