Method | Description | |
---|---|---|
Mangle ( |
||
VisitBlockStatement ( BlockStatement node ) : void | ||
VisitDoWhileStatement ( DoWhileStatement node ) : void | ||
VisitForStatement ( ForStatement node ) : void | ||
VisitIfElseStatement ( IfElseStatement node ) : void | ||
VisitSwitchSection ( SwitchSection node ) : void | ||
VisitWhileStatement ( WhileStatement node ) : void |
Method | Description | |
---|---|---|
BoolConstant ( Expression node ) : bool? | ||
MangleStatement ( AstNodeCollection |
||
PreviousSiblingIgnoringWhitespace ( AstNode node ) : AstNode | ||
ReplaceBlockWithSingleStatement ( Statement node ) : void |
public static Mangle ( |
||
context | ||
return | void |
public VisitBlockStatement ( BlockStatement node ) : void | ||
node | BlockStatement | |
return | void |
public VisitDoWhileStatement ( DoWhileStatement node ) : void | ||
node | DoWhileStatement | |
return | void |
public VisitForStatement ( ForStatement node ) : void | ||
node | ForStatement | |
return | void |
public VisitIfElseStatement ( IfElseStatement node ) : void | ||
node | IfElseStatement | |
return | void |
public VisitSwitchSection ( SwitchSection node ) : void | ||
node | SwitchSection | |
return | void |
public VisitWhileStatement ( WhileStatement node ) : void | ||
node | WhileStatement | |
return | void |