Interface ICPPEnumScope

  • All Superinterfaces:
    ICPPScope, IScope

    public interface ICPPEnumScope
    extends ICPPScope
    Interface for enumeration scopes.
    Since:
    5.7
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getEnumerationType

        ICPPEnumeration getEnumerationType()
        Returns the binding for the enumeration this scope is associated with.