public class ArithmeticBytecodeExpression extends BytecodeExpression
| Modifier and Type | Method and Description |
|---|---|
static BytecodeExpression |
createArithmeticBytecodeExpression(OpCode baseOpCode,
BytecodeExpression left,
BytecodeExpression right) |
protected String |
formatOneLine() |
BytecodeNode |
getBytecode(MethodGenerationContext generationContext) |
List<BytecodeNode> |
getChildNodes() |
accept, accept, cast, cast, getElement, getElement, getField, getField, getField, getField, getField, getType, instanceOf, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, invoke, length, pop, ret, setElement, setElement, setField, setField, setField, toStringpublic static BytecodeExpression createArithmeticBytecodeExpression(OpCode baseOpCode, BytecodeExpression left, BytecodeExpression right)
public BytecodeNode getBytecode(MethodGenerationContext generationContext)
getBytecode in class BytecodeExpressionpublic List<BytecodeNode> getChildNodes()
protected String formatOneLine()
formatOneLine in class BytecodeExpressionCopyright © 2012–2023. All rights reserved.