Class ParameterImpl

    • Method Detail

      • getQualifiedName

        public String getQualifiedName()
        Description copied from interface: JElement

        Returns a qualified name for this abstraction. The exact format of this name depends on the particular abstraction. Please refer to the documentation for each JElement subclass for a detailed description of the qualified name formats.

        Specified by:
        getQualifiedName in interface JElement
      • getType

        public JClass getType()
        Description copied from interface: JParameter
        Returns the type of this parameter.
        Specified by:
        getType in interface JParameter
      • accept

        public void accept​(JVisitor visitor)
        Description copied from interface: JElement

        Accepts the given visitor.

        Specified by:
        accept in interface JElement