Builtin
final class Builtin extends Type
Constants
| private Builtin |
|
Methods
static bool
is(string $type)
No description
__construct(string $name)
No description
string
getName()
No description
bool
Details
at line 26
static bool
is(string $type)
No description
at line 32
__construct(string $name)
No description
at line 38
Builtin
setName(string $name)
No description
at line 47
string
getName()
No description
at line 53
protected bool
isSupertypeOfAtomic(Type $type)
Validates if the given atomic type matches THIS acceptor.