enum

Cosmo::AST::Visibility

Inherits Enum / Comparable / Value / Object

Constants

Public = 0
Protected = 1
Private = 2
Static = 3

Instance methods

private?

Returns true if this enum value equals Private

Source
protected?

Returns true if this enum value equals Protected

Source
public?

Returns true if this enum value equals Public

Source
static?

Returns true if this enum value equals Static

Source