public class Variable extends BytecodeExpression
| Constructor and Description |
|---|
Variable(String name,
ParameterizedType type) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatOneLine() |
BytecodeNode |
getBytecode(MethodGenerationContext generationContext) |
List<BytecodeNode> |
getChildNodes() |
String |
getName() |
BytecodeExpression |
increment() |
BytecodeExpression |
set(BytecodeExpression value) |
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 Variable(String name, ParameterizedType type)
public String getName()
public BytecodeExpression set(BytecodeExpression value)
public BytecodeExpression increment()
public BytecodeNode getBytecode(MethodGenerationContext generationContext)
getBytecode in class BytecodeExpressionprotected String formatOneLine()
formatOneLine in class BytecodeExpressionpublic List<BytecodeNode> getChildNodes()
Copyright © 2012–2023. All rights reserved.