Package | Description |
---|---|
com.google.gwt.dev.js.ast |
Modifier and Type | Class and Description |
---|---|
class |
JsBooleanLiteral
Represents a JavaScript literal boolean expression.
|
class |
JsNullLiteral
A JavaScript null literal.
|
class |
JsNumberLiteral
Represents a JavaScript literal decimal expression.
|
class |
JsRegExp
A JavaScript regular expression.
|
class |
JsStringLiteral
A JavaScript string literal expression.
|
class |
JsThisRef
A JavaScript
this reference. |
Modifier and Type | Method and Description |
---|---|
void |
JsSuperVisitor.endVisit(JsValueLiteral x,
JsContext ctx) |
boolean |
JsSuperVisitor.visit(JsValueLiteral x,
JsContext ctx) |
Copyright © 2018. All rights reserved.