public static enum FieldRegistry.Compiled.NoOp extends Enum<FieldRegistry.Compiled.NoOp> implements FieldRegistry.Compiled
FieldRegistry.Compiled.NoOp
TypeWriter.FieldPool.Disabled, TypeWriter.FieldPool.Record
Enum Constant and Description |
---|
INSTANCE
The singleton instance.
|
Modifier and Type | Method and Description |
---|---|
TypeWriter.FieldPool.Record |
target(FieldDescription fieldDescription)
Looks up a handler entry for a given field.
|
static FieldRegistry.Compiled.NoOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldRegistry.Compiled.NoOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FieldRegistry.Compiled.NoOp INSTANCE
public static FieldRegistry.Compiled.NoOp[] values()
for (FieldRegistry.Compiled.NoOp c : FieldRegistry.Compiled.NoOp.values()) System.out.println(c);
public static FieldRegistry.Compiled.NoOp 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 TypeWriter.FieldPool.Record target(FieldDescription fieldDescription)
target
in interface TypeWriter.FieldPool
fieldDescription
- The field being processed.Copyright © 2014–2022. All rights reserved.