|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.dart.compiler.backend.js.ast.JsLiteral
com.google.dart.compiler.backend.js.ast.JsLiteral.JsValueLiteral
com.google.dart.compiler.backend.js.ast.JsNumberLiteral
public abstract class JsNumberLiteral
Nested Class Summary | |
---|---|
protected static class |
JsExpressionImpl.JsExpressionHasArguments
|
static class |
JsNumberLiteral.JsDoubleLiteral
|
static class |
JsNumberLiteral.JsIntLiteral
|
Nested classes/interfaces inherited from class com.google.dart.compiler.backend.js.ast.JsLiteral |
---|
JsLiteral.JsBooleanLiteral, JsLiteral.JsThisRef, JsLiteral.JsValueLiteral |
Field Summary |
---|
Fields inherited from class com.google.dart.compiler.backend.js.ast.JsLiteral |
---|
FALSE, NULL, THIS, TRUE, UNDEFINED |
Constructor Summary | |
---|---|
JsNumberLiteral()
|
Method Summary | |
---|---|
void |
acceptChildren(JsVisitor visitor)
|
java.lang.Object |
getSource()
Return the source info associated with this object. |
JsStatement |
makeStmt()
|
void |
setSource(java.lang.Object info)
Set the source info associated with this object. |
JsExpression |
source(java.lang.Object info)
|
java.lang.String |
toString()
|
Methods inherited from class com.google.dart.compiler.backend.js.ast.JsLiteral.JsValueLiteral |
---|
isLeaf |
Methods inherited from class com.google.dart.compiler.backend.js.ast.JsLiteral |
---|
getBoolean |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.dart.compiler.backend.js.ast.JsNode |
---|
accept, acceptChildren, getSource, setSource |
Constructor Detail |
---|
public JsNumberLiteral()
Method Detail |
---|
public JsStatement makeStmt()
makeStmt
in interface JsExpression
public JsExpression source(java.lang.Object info)
source
in interface JsExpression
source
in interface JsNode
public java.lang.Object getSource()
JsNode
public void setSource(java.lang.Object info)
JsNode
public void acceptChildren(JsVisitor visitor)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |