public interface EnumMethodForgeFactory
Modifier and Type | Method and Description |
---|---|
EnumMethodDescriptor |
initialize(EnumMethodInitializeContext context)
Called by the compiler to receive the list of footprints.
|
EnumMethodMode |
validate(EnumMethodValidateContext context)
Called by the compiler to allow validation of actual parameters beyond validation of the footprint information
that the compiler does automatically.
|
EnumMethodDescriptor initialize(EnumMethodInitializeContext context)
context
- contextual informationEnumMethodMode validate(EnumMethodValidateContext context)
Can be used to pre-evaluate parameter expressions.
context
- contextual informationCopyright © 2005–2021. All rights reserved.