Package | Description |
---|---|
com.google.gwt.dev.jjs.impl | |
com.google.gwt.dev.js | |
com.google.gwt.dev.util | |
com.google.gwt.resources.converter | |
com.google.gwt.resources.css |
Support package for manipulating CSS resources.
|
Modifier and Type | Class and Description |
---|---|
class |
SourceGenerationVisitor
Generates Java source from our AST.
|
class |
TextOutputVisitor
A convenience base class that combines a
JVisitor with a
TextOutput . |
class |
ToStringGenerationVisitor
Implements a reasonable toString() for all JNodes.
|
Constructor and Description |
---|
SourceGenerationVisitor(TextOutput textOutput) |
TextOutputVisitor(TextOutput textOutput) |
ToStringGenerationVisitor(TextOutput textOutput) |
Constructor and Description |
---|
JsReportGenerationVisitor(TextOutput out,
JavaToJavaScriptMap map,
boolean needSourcemapNames) |
JsSourceGenerationVisitor(TextOutput out)
Generate the output source code using short identifiers.
|
JsSourceGenerationVisitor(TextOutput out,
boolean useLongIdents)
Generate the output source code using short or long identifiers.
|
JsSourceGenerationVisitorWithSizeBreakdown(TextOutput out,
JavaToJavaScriptMap javaToJavaScriptMap) |
JsToStringGenerationVisitor(TextOutput out)
Generate the output string using short identifiers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextOutput
An abstract base type to build TextOutput implementations.
|
class |
DefaultTextOutput
Adapts
TextOutput to an internal text buffer. |
class |
HtmlTextOutput
An implementation of TextOutput that will produce HTML-escaped output.
|
Constructor and Description |
---|
GssGenerationVisitor(TextOutput out,
Map<String,String> cssToGssConstantMapping,
boolean lenient,
TreeLogger treeLogger) |
Constructor and Description |
---|
CssGenerationVisitor(TextOutput out)
Constructor.
|
CssGenerationVisitor(TextOutput out,
boolean substituteDots)
Constructor for producing an abbreviated form of the template for use with
CssNode.toString() . |
Copyright © 2018. All rights reserved.