Class MemberDescriptor

    • Field Detail

      • type

        protected java.lang.String type
        The member's type represents the type of the member value when it is accessed (fields) or when it is called (methods). It is in jsni format.
      • enclosingClassDescriptor

        protected final ClassDescriptor enclosingClassDescriptor
    • Constructor Detail

      • MemberDescriptor

        protected MemberDescriptor​(ClassDescriptor owner,
                                   java.lang.String name)
    • Method Detail

      • getEnclosingClassDescriptor

        public ClassDescriptor getEnclosingClassDescriptor()
      • getJsniSignature

        public abstract java.lang.String getJsniSignature()
        The signature of the member.
        Returns:
        The member name plus its signature
      • getType

        public java.lang.String getType()
        Returns the members value type, ie. a field will return its type and a method will return its return type, in jsni format.