Package io.airlift.bytecode
Class Variable
java.lang.Object
io.airlift.bytecode.expression.BytecodeExpression
io.airlift.bytecode.Variable
- All Implemented Interfaces:
BytecodeNode
- Direct Known Subclasses:
Parameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetBytecode(MethodGenerationContext generationContext) getName()set(BytecodeExpression value) Methods inherited from class io.airlift.bytecode.expression.BytecodeExpression
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, toString
-
Constructor Details
-
Variable
-
-
Method Details
-
getName
-
set
-
increment
-
getBytecode
- Specified by:
getBytecodein classBytecodeExpression
-
formatOneLine
- Specified by:
formatOneLinein classBytecodeExpression
-
getChildNodes
-