public static enum AsmCodeGenerator.CodeGenerateEventType extends Enum<AsmCodeGenerator.CodeGenerateEventType>
| Enum Constant and Description |
|---|
END
When code generation finished.
|
MODEL_PARSED
After model has been parsed
|
START
When code generation is about to run.
|
| Modifier and Type | Method and Description |
|---|---|
static AsmCodeGenerator.CodeGenerateEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsmCodeGenerator.CodeGenerateEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AsmCodeGenerator.CodeGenerateEventType START
public static final AsmCodeGenerator.CodeGenerateEventType MODEL_PARSED
public static final AsmCodeGenerator.CodeGenerateEventType END
public static AsmCodeGenerator.CodeGenerateEventType[] values()
for (AsmCodeGenerator.CodeGenerateEventType c : AsmCodeGenerator.CodeGenerateEventType.values()) System.out.println(c);
public static AsmCodeGenerator.CodeGenerateEventType 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 nullCopyright © 2019 N5 Technologies, Inc. All Rights Reserved.