public class JavaScriptExpression
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENT |
static int |
CSS_AT_RULE |
static int |
EXPRESSION |
static int |
EXTENDS |
static int |
MIXIN |
static int |
PROPERTY |
static int |
REFERENCE_INFO |
static int |
RULE |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(com.inet.lib.less.CssFormatter formatter)
Write the object to the CSS output
|
int |
getType()
The type of formattable.
|
com.inet.lib.less.Operation |
listValue(com.inet.lib.less.CssFormatter formatter)
Get the value as a list
|
void |
prepare(com.inet.lib.less.CssFormatter formatter)
Prepare/evaluate global stuctures
|
java.lang.String |
toString() |
public static final int PROPERTY
public static final int RULE
public static final int MIXIN
public static final int EXPRESSION
public static final int COMMENT
public static final int CSS_AT_RULE
public static final int EXTENDS
public static final int REFERENCE_INFO
public void appendTo(com.inet.lib.less.CssFormatter formatter)
formatter - the CCS targetpublic com.inet.lib.less.Operation listValue(com.inet.lib.less.CssFormatter formatter)
formatter - the CCS targetpublic final int getType()
public void prepare(com.inet.lib.less.CssFormatter formatter)
formatter - the CCS targetpublic java.lang.String toString()
toString in class java.lang.Object