Package | Description |
---|---|
org.apache.flex.compiler.internal.as.codegen |
Modifier and Type | Method and Description |
---|---|
ABCGeneratingReducer.ConditionalFragment |
ABCGeneratingReducer.reduce_conditionalFragment(IASNode iNode,
InstructionList condition,
Vector<InstructionList> consequents) |
ABCGeneratingReducer.ConditionalFragment |
ABCGeneratingReducer.reduce_constantConditionalFragment(IASNode iNode,
Object constantCondition,
Vector<InstructionList> consequents) |
ABCGeneratingReducer.ConditionalFragment |
ABCGeneratingReducer.reduce_lastElse(IASNode iNode,
InstructionList else_clause) |
Modifier and Type | Method and Description |
---|---|
InstructionList |
ABCGeneratingReducer.reduce_ifElseIf(IASNode iNode,
InstructionList test,
InstructionList then,
Vector<ABCGeneratingReducer.ConditionalFragment> if_elseif) |
InstructionList |
ABCGeneratingReducer.reduce_switchStmt(IASNode iNode,
InstructionList switch_expr,
Vector<ABCGeneratingReducer.ConditionalFragment> cases) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.