Interface NamedReflectiveHandle

All Known Subinterfaces:
NameableReflectiveHandle
All Known Implementing Classes:
ClassHandle, DynamicClassHandle, EnumMemberHandle, FieldMemberHandle, FlaggedNamedMemberHandle, MethodMemberHandle, MinecraftClassHandle, NamedMemberHandle, StaticClassHandle, UnknownClassHandle

public interface NamedReflectiveHandle
Any declaration in Java that can be named (all except constructors). This class should not be used directly.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull Set<String>
     
  • Method Details

    • getPossibleNames

      @NotNull @NotNull Set<String> getPossibleNames()