Class Proto

java.lang.Object
com.googlecode.d2j.Proto

public class Proto extends Object
  • Constructor Details

    • Proto

      public Proto(String[] parameterTypes, String returnType)
  • Method Details

    • getParameterTypes

      public String[] getParameterTypes()
      Returns:
      the parameterTypes
    • getReturnType

      public String getReturnType()
    • getDesc

      public String getDesc()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object