public class GssGenerationVisitor extends ExtendedCssVisitor
Constructor and Description |
---|
GssGenerationVisitor(com.google.gwt.dev.util.TextOutput out,
java.util.Map<java.lang.String,java.lang.String> cssToGssConstantMapping,
boolean lenient,
TreeLogger treeLogger,
com.google.gwt.thirdparty.guava.common.base.Predicate<java.lang.String> simpleBooleanConditionPredicate) |
Modifier and Type | Method and Description |
---|---|
void |
endVisit(com.google.gwt.resources.css.ast.CssFontFace x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssIf x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssMediaRule x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssNoFlip x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssPageRule x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssRule x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssSprite x,
com.google.gwt.resources.css.ast.Context ctx) |
void |
endVisit(com.google.gwt.resources.css.ast.CssUnknownAtRule x,
com.google.gwt.resources.css.ast.Context ctx) |
java.lang.String |
getContent() |
boolean |
visit(com.google.gwt.resources.css.ast.CssCharset x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssDef x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(CssElIf x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(CssElse x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssEval x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssExternalSelectors x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssFontFace x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssIf x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssMediaRule x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssNoFlip x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssPageRule x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssProperty x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssRule x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssSelector x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssSprite x,
com.google.gwt.resources.css.ast.Context ctx) |
boolean |
visit(com.google.gwt.resources.css.ast.CssUrl x,
com.google.gwt.resources.css.ast.Context ctx) |
endVisit, endVisit
public GssGenerationVisitor(com.google.gwt.dev.util.TextOutput out, java.util.Map<java.lang.String,java.lang.String> cssToGssConstantMapping, boolean lenient, TreeLogger treeLogger, com.google.gwt.thirdparty.guava.common.base.Predicate<java.lang.String> simpleBooleanConditionPredicate)
public java.lang.String getContent()
public void endVisit(com.google.gwt.resources.css.ast.CssFontFace x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssMediaRule x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssPageRule x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssUnknownAtRule x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssSprite x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssSprite x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssDef x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssEval x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssUrl x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssRule x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssRule x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssNoFlip x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssExternalSelectors x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssCharset x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssNoFlip x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssProperty x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(CssElse x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class ExtendedCssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(CssElIf x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class ExtendedCssVisitor
x
- the node being visitedctx
- the context for the visitpublic void endVisit(com.google.gwt.resources.css.ast.CssIf x, com.google.gwt.resources.css.ast.Context ctx)
endVisit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssIf x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssFontFace x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssMediaRule x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssPageRule x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visitpublic boolean visit(com.google.gwt.resources.css.ast.CssSelector x, com.google.gwt.resources.css.ast.Context ctx)
visit
in class com.google.gwt.resources.css.ast.CssVisitor
x
- the node being visitedctx
- the context for the visit