Interface ICPPReferenceType

  • All Superinterfaces:
    Cloneable, IType

    public interface ICPPReferenceType
    extends IType
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getType

        IType getType()
        Returns the type that this is a reference of.
      • isRValueReference

        boolean isRValueReference()
        Returns whether this is an rvalue reference (e.g: int&&)
        Since:
        5.2