public class IRBytecodeCompiler extends Object
| Constructor and Description |
|---|
IRBytecodeCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
compileIRElement(IRElement element,
IRBytecodeContext context) |
static void |
compileIRExpression(IRExpression expression,
IRBytecodeContext context) |
static void |
compileIRStatement(IRStatement statement,
IRBytecodeContext context) |
public static void compileIRElement(IRElement element, IRBytecodeContext context)
public static void compileIRStatement(IRStatement statement, IRBytecodeContext context)
public static void compileIRExpression(IRExpression expression, IRBytecodeContext context)
Copyright © 2020. All rights reserved.