Class ParameterImpl

    • Method Detail

      • getQualifiedName

        public java.lang.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
      • setType

        public void setType​(java.lang.String qcname)
        Specified by:
        setType in interface MParameter
      • setUnqualifiedType

        public void setUnqualifiedType​(java.lang.String ucname)
        Specified by:
        setUnqualifiedType in interface MParameter
      • 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