public class CSSEmitter extends Object
Modifier and Type | Field and Description |
---|---|
static int |
__document_NT |
static int |
__fontFace_NT |
static int |
__fontFaceList_NT |
static int |
__mediaQuery_NT |
static int |
__mediaQueryCondition_NT |
static int |
__namespaceDefinition_NT |
static int |
__namespaceList_NT |
static int |
__property_NT |
static int |
__propertyList_NT |
static int |
__rule_NT |
static int |
__ruleList_NT |
static int |
__selector_NT |
static int |
__selectorGroup_NT |
static int |
nStates |
Constructor and Description |
---|
CSSEmitter(CSSReducer reducer) |
Modifier and Type | Method and Description |
---|---|
void |
burm(ICSSNode root) |
void |
burm(ICSSNode root,
int goal_state) |
void |
dump(PrintWriter debug_output) |
org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation |
getJBurgAnnotation(ICSSNode node) |
Object |
getResult() |
org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation |
label(ICSSNode to_be_labelled) |
int |
normalizeCost(long c) |
void |
reduce(org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation p,
int goalState) |
void |
reduceAntecedent(org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation p,
int goalState) |
public static final int __selector_NT
public static final int __namespaceDefinition_NT
public static final int __namespaceList_NT
public static final int __document_NT
public static final int __mediaQueryCondition_NT
public static final int __selectorGroup_NT
public static final int __rule_NT
public static final int __fontFace_NT
public static final int __ruleList_NT
public static final int __propertyList_NT
public static final int __property_NT
public static final int __fontFaceList_NT
public static final int __mediaQuery_NT
public static final int nStates
public CSSEmitter(CSSReducer reducer)
public org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation label(ICSSNode to_be_labelled)
public org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation getJBurgAnnotation(ICSSNode node)
public void reduce(org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation p, int goalState) throws Exception
Exception
public void reduceAntecedent(org.apache.flex.compiler.internal.css.codegen.CSSEmitter.JBurgAnnotation p, int goalState) throws Exception
Exception
public void dump(PrintWriter debug_output)
public Object getResult()
public int normalizeCost(long c)
Copyright © 2016 The Apache Software Foundation. All rights reserved.