Package ghidra.pyghidra
Annotation Interface PythonFieldExposer.ExposedFields
- Enclosing interface:
PythonFieldExposer
An annotation for exposing protected fields of a class to Python
-
Required Element Summary
Required Elements
-
Element Details
-
exposer
Class<? extends PythonFieldExposer.ExposedField> exposer- Returns:
- the
PythonFieldExposer.ExposedField
subclass with access to the protected fields
-
names
String[] names- Returns:
- the names of the protected fields to be exposed
-
types
Class<?>[] types- Returns:
- the types of the protected fields to be exposed
-