public class EvalFunction
extends java.lang.Object
implements com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
CssJavaExpressionNode
in order to evaluate a Java expression at runtime.Constructor and Description |
---|
EvalFunction() |
Modifier and Type | Method and Description |
---|---|
java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
getCallResultNodes(java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
java.lang.String |
getCallResultString(java.util.List<java.lang.String> args) |
static java.lang.String |
getName() |
java.lang.Integer |
getNumExpectedArguments() |
public static java.lang.String getName()
public java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> getCallResultNodes(java.util.List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args, com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) throws com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
getCallResultNodes
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
public java.lang.String getCallResultString(java.util.List<java.lang.String> args) throws com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
getCallResultString
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction
com.google.gwt.thirdparty.common.css.compiler.ast.GssFunctionException
public java.lang.Integer getNumExpectedArguments()
getNumExpectedArguments
in interface com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction