5 <title>JSDoc: Class: T</title>
7 <script src="scripts/prettify/prettify.js"> </script>
8 <script src="scripts/prettify/lang-css.js"> </script>
10 <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
12 <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
13 <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
20 <h1 class="page-title">Class: T</h1>
32 <span class="ancestors"><a href="ProtoBuf.html">ProtoBuf</a><a href="ProtoBuf.Reflect.html">.Reflect</a>.</span>
41 <div class="container-overview">
47 <h4 class="name" id="T"><span class="type-signature">(abstract) </span>new T<span class="signature">(builder<span class="signature-attributes">non-null</span>, parent<span class="signature-attributes">nullable</span>, name)</span><span class="type-signature"></span></h4>
53 <div class="description">
54 <p>Constructs a Reflect base class.</p>
68 <table class="params">
83 <th class="last">Description</th>
92 <td class="name"><code>builder</code></td>
98 <span class="param-type"><a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span>
105 <td class="attributes">
116 <td class="description last"><p>Builder reference</p></td>
123 <td class="name"><code>parent</code></td>
129 <span class="param-type"><a href="ProtoBuf.Reflect.T.html">ProtoBuf.Reflect.T</a></span>
136 <td class="attributes">
149 <td class="description last"><p>Parent object</p></td>
156 <td class="name"><code>name</code></td>
162 <span class="param-type">string</span>
169 <td class="attributes">
180 <td class="description last"><p>Object name</p></td>
219 <dt class="tag-source">Source:</dt>
220 <dd class="tag-source"><ul class="dummy"><li>
221 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1410">line 1410</a>
261 <h3 class="subsection-title">Members</h3>
265 <h4 class="name" id="builder"><span class="type-signature">(non-null) </span>builder<span class="type-signature"> :<a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span></h4>
270 <div class="description">
271 <p>Builder reference.</p>
280 <span class="param-type"><a href="ProtoBuf.Builder.html">ProtoBuf.Builder</a></span>
317 <dt class="tag-source">Source:</dt>
318 <dd class="tag-source"><ul class="dummy"><li>
319 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1417">line 1417</a>
337 <h4 class="name" id="className"><span class="type-signature"></span>className<span class="type-signature"> :string</span></h4>
342 <div class="description">
343 <p>Fully qualified class name</p>
352 <span class="param-type">string</span>
389 <dt class="tag-source">Source:</dt>
390 <dd class="tag-source"><ul class="dummy"><li>
391 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1438">line 1438</a>
409 <h4 class="name" id="name"><span class="type-signature"></span>name<span class="type-signature"> :string</span></h4>
414 <div class="description">
415 <p>Object name in namespace.</p>
424 <span class="param-type">string</span>
461 <dt class="tag-source">Source:</dt>
462 <dd class="tag-source"><ul class="dummy"><li>
463 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1431">line 1431</a>
481 <h4 class="name" id="parent"><span class="type-signature">(nullable) </span>parent<span class="type-signature"> :<a href="ProtoBuf.Reflect.T.html">ProtoBuf.Reflect.T</a></span></h4>
486 <div class="description">
487 <p>Parent object.</p>
496 <span class="param-type"><a href="ProtoBuf.Reflect.T.html">ProtoBuf.Reflect.T</a></span>
533 <dt class="tag-source">Source:</dt>
534 <dd class="tag-source"><ul class="dummy"><li>
535 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1424">line 1424</a>
555 <h3 class="subsection-title">Methods</h3>
562 <h4 class="name" id="build"><span class="type-signature"></span>build<span class="signature">()</span><span class="type-signature"></span></h4>
568 <div class="description">
569 <p>Builds this type.</p>
611 <dt class="tag-source">Source:</dt>
612 <dd class="tag-source"><ul class="dummy"><li>
613 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1479">line 1479</a>
640 <div class="param-desc">
641 <p>If this type cannot be built directly</p>
652 <span class="param-type">Error</span>
673 <h4 class="name" id="fqn"><span class="type-signature"></span>fqn<span class="signature">()</span><span class="type-signature"> → {string}</span></h4>
679 <div class="description">
680 <p>Returns the fully qualified name of this object.</p>
722 <dt class="tag-source">Source:</dt>
723 <dd class="tag-source"><ul class="dummy"><li>
724 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1452">line 1452</a>
750 <div class="param-desc">
751 <p>Fully qualified name as of ".PATH.TO.THIS"</p>
762 <span class="param-type">string</span>
777 <h4 class="name" id="toString"><span class="type-signature"></span>toString<span class="signature">(includeClass<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
783 <div class="description">
784 <p>Returns a string representation of this Reflect object (its fully qualified name).</p>
798 <table class="params">
813 <th class="last">Description</th>
822 <td class="name"><code>includeClass</code></td>
828 <span class="param-type">boolean</span>
835 <td class="attributes">
848 <td class="description last"><p>Set to true to include the class name. Defaults to false.</p></td>
887 <dt class="tag-source">Source:</dt>
888 <dd class="tag-source"><ul class="dummy"><li>
889 <a href="protobuf.js.html">protobuf.js</a>, <a href="protobuf.js.html#line1470">line 1470</a>
915 <div class="param-desc">
916 <p>String representation</p>
941 <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="ProtoBuf.Builder.html">Builder</a></li><li><a href="ProtoBuf.Builder.Message.html">Message</a></li><li><a href="ProtoBuf.Builder.Service.html">Service</a></li><li><a href="ProtoBuf.DotProto.Parser.html">Parser</a></li><li><a href="ProtoBuf.DotProto.Tokenizer.html">Tokenizer</a></li><li><a href="ProtoBuf.Map.html">Map</a></li><li><a href="ProtoBuf.Reflect.Element.html">Element</a></li><li><a href="ProtoBuf.Reflect.Enum.html">Enum</a></li><li><a href="ProtoBuf.Reflect.Enum.Value.html">Value</a></li><li><a href="ProtoBuf.Reflect.Extension.html">Extension</a></li><li><a href="ProtoBuf.Reflect.Message.html">Message</a></li><li><a href="ProtoBuf.Reflect.Message.ExtensionField.html">ExtensionField</a></li><li><a href="ProtoBuf.Reflect.Message.Field.html">Field</a></li><li><a href="ProtoBuf.Reflect.Message.OneOf.html">OneOf</a></li><li><a href="ProtoBuf.Reflect.Namespace.html">Namespace</a></li><li><a href="ProtoBuf.Reflect.Service.html">Service</a></li><li><a href="ProtoBuf.Reflect.Service.Method.html">Method</a></li><li><a href="ProtoBuf.Reflect.Service.RPCMethod.html">RPCMethod</a></li><li><a href="ProtoBuf.Reflect.T.html">T</a></li></ul><h3>Namespaces</h3><ul><li><a href="ProtoBuf.html">ProtoBuf</a></li><li><a href="ProtoBuf.DotProto.html">DotProto</a></li><li><a href="ProtoBuf.Reflect.html">Reflect</a></li><li><a href="ProtoBuf.Util.html">Util</a></li></ul>
947 Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.3</a> on Fri Jan 27 2017 17:03:55 GMT+0100 (Mitteleuropäische Zeit)
950 <script> prettyPrint(); </script>
951 <script src="scripts/linenumber.js"> </script>