Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc / node_modules / protobufjs / src / ProtoBuf / Builder / Enum.js
1 // This file is not included currently and exists for documentation purposes only.\r
2 \r
3 /*?\r
4  // --- Scope ------------------\r
5  // T : Reflect.Enum instance\r
6  */\r
7 \r
8 /**\r
9  * Constructs a new runtime Enum.\r
10  * @name ProtoBuf.Builder.Enum\r
11  * @class Barebone of all runtime enums.\r
12  * @constructor\r
13  */\r
14 var Enum = function() {\r
15     ProtoBuf.Builder.Enum.call(this);\r
16 };\r
17 \r
18 /**\r
19  * @alias ProtoBuf.Builder.Enum.prototype\r
20  * @inner\r
21  */\r
22 var EnumPrototype = Enum.prototype = Object.create(ProtoBuf.Builder.Enum.prototype);\r