public class TernaryExprInstCompiler extends Object implements InstCompiler<TernaryExpression>
| 构造器和说明 |
|---|
TernaryExprInstCompiler() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doCompiler(TernaryExpression astInst,
InstQueue queue,
CompilerContext compilerContext)
生成指令序列
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstLocation, instLocation, instLocationFocuspublic void doCompiler(TernaryExpression astInst, InstQueue queue, CompilerContext compilerContext)
InstCompilerdoCompiler 在接口中 InstCompiler<TernaryExpression>astInst - 要编译的 Instqueue - 编译输出的指令序列compilerContext - 编译上下文Copyright © 2020. All rights reserved.