Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JCastOperation x,
Context ctx) |
boolean |
JVisitor.visit(JCastOperation x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
static JExpression |
Simplifier.cast(JCastOperation exp)
Simplify cast operations.
|
void |
ExpressionAnalyzer.endVisit(JCastOperation x,
Context ctx) |
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JCastOperation x,
Context ctx) |
void |
TypeRemapper.endVisit(JCastOperation x,
Context ctx) |
void |
TypeRefDepsChecker.endVisit(JCastOperation x,
Context ctx) |
void |
TypeReferencesRecorder.endVisit(JCastOperation x,
Context ctx) |
void |
TypeTightener.TightenTypesVisitor.endVisit(JCastOperation x,
Context ctx)
Tries to determine a specific concrete type for the cast, then either
removes the cast, or tightens the cast to a narrower type.
|
boolean |
ToStringGenerationVisitor.visit(JCastOperation x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JCastOperation x,
Context ctx) |
Copyright © 2018. All rights reserved.