JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
com.facebook.presto.bytecode
,
com.facebook.presto.bytecode.control
,
com.facebook.presto.bytecode.debug
,
com.facebook.presto.bytecode.expression
,
com.facebook.presto.bytecode.instruction
Class Hierarchy
java.lang.
Object
com.facebook.presto.bytecode.
AnnotationDefinition
com.facebook.presto.bytecode.
Binding
com.facebook.presto.bytecode.
BytecodeBlock
(implements com.facebook.presto.bytecode.
BytecodeNode
)
com.facebook.presto.bytecode.expression.
BytecodeExpression
(implements com.facebook.presto.bytecode.
BytecodeNode
)
com.facebook.presto.bytecode.expression.
ArithmeticBytecodeExpression
com.facebook.presto.bytecode.expression.
CastBytecodeExpression
com.facebook.presto.bytecode.
StaticTypeBytecodeExpression
com.facebook.presto.bytecode.
Variable
com.facebook.presto.bytecode.
Parameter
com.facebook.presto.bytecode.expression.
BytecodeExpressions
com.facebook.presto.bytecode.
BytecodeUtils
com.facebook.presto.bytecode.
BytecodeVisitor
<T>
com.facebook.presto.bytecode.
DumpBytecodeVisitor
com.facebook.presto.bytecode.
CallSiteBinder
com.facebook.presto.bytecode.control.
CaseStatement
(implements java.lang.
Comparable
<T>)
com.facebook.presto.bytecode.
ClassDefinition
com.facebook.presto.bytecode.
ClassGenerator
com.facebook.presto.bytecode.
ClassInfo
com.facebook.presto.bytecode.
ClassInfoLoader
java.lang.
ClassLoader
com.facebook.presto.bytecode.
DynamicClassLoader
org.objectweb.asm.ClassVisitor
org.objectweb.asm.ClassWriter
com.facebook.presto.bytecode.
SmartClassWriter
com.facebook.presto.bytecode.
Comment
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
Constant
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
Constant.BooleanConstant
com.facebook.presto.bytecode.instruction.
Constant.BoxedBooleanConstant
com.facebook.presto.bytecode.instruction.
Constant.BoxedDoubleConstant
com.facebook.presto.bytecode.instruction.
Constant.BoxedFloatConstant
com.facebook.presto.bytecode.instruction.
Constant.BoxedIntegerConstant
com.facebook.presto.bytecode.instruction.
Constant.BoxedLongConstant
com.facebook.presto.bytecode.instruction.
Constant.ClassConstant
com.facebook.presto.bytecode.instruction.
Constant.DoubleConstant
com.facebook.presto.bytecode.instruction.
Constant.FloatConstant
com.facebook.presto.bytecode.instruction.
Constant.IntConstant
com.facebook.presto.bytecode.instruction.
Constant.LongConstant
com.facebook.presto.bytecode.instruction.
Constant.NullConstant
com.facebook.presto.bytecode.instruction.
Constant.StringConstant
com.facebook.presto.bytecode.control.
DoWhileLoop
(implements com.facebook.presto.bytecode.control.
FlowControl
)
com.facebook.presto.bytecode.
FieldDefinition
com.facebook.presto.bytecode.instruction.
FieldInstruction
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
FieldInstruction.GetFieldInstruction
com.facebook.presto.bytecode.instruction.
FieldInstruction.PutFieldInstruction
com.facebook.presto.bytecode.control.
ForLoop
(implements com.facebook.presto.bytecode.control.
FlowControl
)
com.facebook.presto.bytecode.control.
IfStatement
(implements com.facebook.presto.bytecode.control.
FlowControl
)
com.facebook.presto.bytecode.instruction.
InvokeInstruction
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
InvokeInstruction.InvokeDynamicInstruction
com.facebook.presto.bytecode.instruction.
JumpInstruction
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
LabelNode
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.debug.
LineNumberNode
(implements com.facebook.presto.bytecode.debug.
DebugNode
)
com.facebook.presto.bytecode.debug.
LocalVariableNode
(implements com.facebook.presto.bytecode.debug.
DebugNode
)
com.facebook.presto.bytecode.
MethodDefinition
com.facebook.presto.bytecode.
MethodGenerationContext
com.facebook.presto.bytecode.
ParameterizedType
com.facebook.presto.bytecode.
Scope
com.facebook.presto.bytecode.control.
SwitchStatement
(implements com.facebook.presto.bytecode.control.
FlowControl
)
com.facebook.presto.bytecode.control.
SwitchStatement.SwitchBuilder
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.lang.
RuntimeException
com.facebook.presto.bytecode.
ByteCodeTooLargeException
com.facebook.presto.bytecode.
CompilationException
com.facebook.presto.bytecode.control.
TryCatch
(implements com.facebook.presto.bytecode.control.
FlowControl
)
com.facebook.presto.bytecode.instruction.
TypeInstruction
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
VariableInstruction
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.instruction.
VariableInstruction.IncrementVariableInstruction
com.facebook.presto.bytecode.instruction.
VariableInstruction.LoadVariableInstruction
com.facebook.presto.bytecode.instruction.
VariableInstruction.StoreVariableInstruction
com.facebook.presto.bytecode.control.
WhileLoop
(implements com.facebook.presto.bytecode.control.
FlowControl
)
Interface Hierarchy
com.facebook.presto.bytecode.
BytecodeNode
com.facebook.presto.bytecode.debug.
DebugNode
com.facebook.presto.bytecode.control.
FlowControl
com.facebook.presto.bytecode.instruction.
InstructionNode
Enum Hierarchy
java.lang.
Object
java.lang.
Enum
<E> (implements java.lang.
Comparable
<T>, java.io.
Serializable
)
com.facebook.presto.bytecode.
OpCode
(implements com.facebook.presto.bytecode.instruction.
InstructionNode
)
com.facebook.presto.bytecode.
ArrayOpCode
com.facebook.presto.bytecode.
Access
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2023. All rights reserved.