(abstract) new T(buildernon-null, parentnullable, name)
Constructs a Reflect base class.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
builder |
ProtoBuf.Builder | Builder reference |
|
parent |
ProtoBuf.Reflect.T |
<nullable> |
Parent object |
name |
string | Object name |
- Source:
Members
(non-null) builder :ProtoBuf.Builder
Builder reference.
Type:
- Source:
className :string
Fully qualified class name
Type:
- string
- Source:
name :string
Object name in namespace.
Type:
- string
- Source:
(nullable) parent :ProtoBuf.Reflect.T
Parent object.
Type:
- Source:
Methods
build()
Builds this type.
- Source:
Throws:
-
If this type cannot be built directly
- Type
- Error
fqn() → {string}
Returns the fully qualified name of this object.
- Source:
Returns:
Fully qualified name as of ".PATH.TO.THIS"
- Type
- string
toString(includeClassopt)
Returns a string representation of this Reflect object (its fully qualified name).
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
includeClass |
boolean |
<optional> |
Set to true to include the class name. Defaults to false. |
- Source:
Returns:
String representation