Interface NamedAndTyped

All Known Implementing Classes:
FieldGen, FieldGenOrMethodGen, LocalVariableGen, MethodGen

public interface NamedAndTyped
Denote entity that has both name and type. This is true for local variables, methods and fields.
  • Method Details

    • getName

      String getName()
    • getType

      Type getType()
    • setName

      void setName(String name)
    • setType

      void setType(Type type)