Class TypeProfileFactory.Profile.MethodInfo

java.lang.Object
com.blackrook.rookscript.struct.TypeProfileFactory.Profile.MethodInfo
Enclosing class:
TypeProfileFactory.Profile<T>

public static class TypeProfileFactory.Profile.MethodInfo extends Object
Method signature. Contains the relevant type and getter/setter method.
  • Method Details

    • getType

      public Class<?> getType()
      Returns:
      the type that this setter takes as an argument, or this getter returns.
    • getMethod

      public Method getMethod()
      Returns:
      the setter method itself.
    • getAlias

      public String getAlias()
      Returns:
      the alias for the field info, if any.