Package | Description |
---|---|
com.google.gwt.dev.jjs.ast | |
com.google.gwt.dev.jjs.impl |
Modifier and Type | Method and Description |
---|---|
void |
JVisitor.endVisit(JPrefixOperation x,
Context ctx) |
boolean |
JVisitor.visit(JPrefixOperation x,
Context ctx) |
Modifier and Type | Method and Description |
---|---|
void |
ExpressionAnalyzer.endVisit(JPrefixOperation x,
Context ctx) |
void |
DeadCodeElimination.DeadCodeVisitor.endVisit(JPrefixOperation x,
Context ctx)
Simplify the ! operator if possible.
|
static JExpression |
Simplifier.not(JPrefixOperation expr)
Simplifies an negation expression.
|
protected boolean |
PostOptimizationCompoundAssignmentNormalizer.shouldBreakUp(JPrefixOperation x) |
protected abstract boolean |
CompoundAssignmentNormalizer.shouldBreakUp(JPrefixOperation x) |
boolean |
ToStringGenerationVisitor.visit(JPrefixOperation x,
Context ctx) |
boolean |
DeadCodeElimination.DeadCodeVisitor.visit(JPrefixOperation x,
Context ctx) |
boolean |
CloneExpressionVisitor.visit(JPrefixOperation x,
Context ctx) |
Copyright © 2018. All rights reserved.