public static enum TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding extends Enum<TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding> implements TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter
TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Active, TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding, TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.NoOp| Enum Constant and Description |
|---|
INSTANCE
The singleton instance.
|
EMPTY| Modifier and Type | Method and Description |
|---|---|
void |
emitFrame(MethodVisitor methodVisitor)
Emits an empty frame.
|
void |
onFrame(int type,
int localVariableLength)
Informs this frame writer of an observed frame.
|
static TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding INSTANCE
public static TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding[] values()
for (TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding c : TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding.values()) System.out.println(c);
public static TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWriter.Expanding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void onFrame(int type,
int localVariableLength)
onFrame in interface TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWritertype - The frame type.localVariableLength - The length of the local variables array.public void emitFrame(MethodVisitor methodVisitor)
emitFrame in interface TypeWriter.Default.ForInlining.WithFullProcessing.InitializationHandler.Appending.FrameWritermethodVisitor - The method visitor to write the frame to.Copyright © 2014–2019. All rights reserved.