final class Builtin extends Type

Constants

private Builtin

Methods

static bool
is(string $type)

No description

__construct(string $name)

No description

setName(string $name)

No description

string
getName()

No description

bool
isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

Details

at line 26
static bool is(string $type)

No description

Parameters

string $type

Return Value

bool

at line 32
__construct(string $name)

No description

Parameters

string $name

at line 38
Builtin setName(string $name)

No description

Parameters

string $name

Return Value

Builtin

at line 47
string getName()

No description

Return Value

string

at line 53
protected bool isSupertypeOfAtomic(Type $type)

Validates if the given atomic type matches THIS acceptor.

Parameters

Type $type

Return Value

bool