Package dev.lukebemish.bytecodebuilder
Class MethodContext<T extends MethodContext<T,C>,C extends CodeContext<C>>
java.lang.Object
dev.lukebemish.bytecodebuilder.MethodContext<T,C>
- Direct Known Subclasses:
BackendASM.MethodContextASM
public abstract sealed class MethodContext<T extends MethodContext<T,C>,C extends CodeContext<C>>
extends Object
permits BackendASM.MethodContextASM (not exhaustive)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract MethodContext<T, C> static MethodContext<?, ?> create()static MethodContext<?, ?> create(Consumer<? super MethodContext<?, ?>> consumer)
-
Constructor Details
-
MethodContext
public MethodContext()
-
-
Method Details
-
code
-
create
-
create
-