summaryrefslogtreecommitdiffstats
path: root/REFLECTION
blob: 9d93119d085c7c05796b454079e286ecc516caa1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
Extension [ <persistent> extension #122 bitset version 3.2.0 ] {

  - Classes [1] {
    Class [ <internal:bitset> class BitSet implements Stringable ] {

      - Constants [0] {
      }

      - Static properties [0] {
      }

      - Static methods [4] {
        Method [ <internal:bitset> static public method fromArray ] {

          - Parameters [1] {
            Parameter #0 [ <required> array $arr ]
          }
          - Return [ BitSet ]
        }

        Method [ <internal:bitset> static public method fromInteger ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $value ]
          }
          - Return [ BitSet ]
        }

        Method [ <internal:bitset> static public method fromString ] {

          - Parameters [1] {
            Parameter #0 [ <required> string $str ]
          }
          - Return [ BitSet ]
        }

        Method [ <internal:bitset> static public method fromRawValue ] {

          - Parameters [1] {
            Parameter #0 [ <required> string $str ]
          }
          - Return [ BitSet ]
        }
      }

      - Properties [0] {
      }

      - Methods [21] {
        Method [ <internal:bitset, ctor> public method __construct ] {

          - Parameters [1] {
            Parameter #0 [ <optional> int $value = 0 ]
          }
        }

        Method [ <internal:bitset> public method andOp ] {

          - Parameters [1] {
            Parameter #0 [ <required> BitSet $set ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset> public method andNotOp ] {

          - Parameters [1] {
            Parameter #0 [ <required> BitSet $set ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset> public method cardinality ] {

          - Parameters [0] {
          }
          - Return [ int ]
        }

        Method [ <internal:bitset> public method clear ] {

          - Parameters [2] {
            Parameter #0 [ <optional> int $from = -1 ]
            Parameter #1 [ <optional> int $to = 0 ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset> public method get ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $index ]
          }
          - Return [ bool ]
        }

        Method [ <internal:bitset> public method getRawValue ] {

          - Parameters [0] {
          }
          - Return [ string ]
        }

        Method [ <internal:bitset> public method intersects ] {

          - Parameters [1] {
            Parameter #0 [ <required> BitSet $set ]
          }
          - Return [ bool ]
        }

        Method [ <internal:bitset> public method isEmpty ] {

          - Parameters [0] {
          }
          - Return [ bool ]
        }

        Method [ <internal:bitset> public method length ] {

          - Parameters [0] {
          }
          - Return [ int ]
        }

        Method [ <internal:bitset> public method nextClearBit ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $start ]
          }
          - Return [ int|bool ]
        }

        Method [ <internal:bitset> public method nextSetBit ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $start ]
          }
          - Return [ int|bool ]
        }

        Method [ <internal:bitset> public method orOp ] {

          - Parameters [1] {
            Parameter #0 [ <required> BitSet $set ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset> public method previousClearBit ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $start ]
          }
          - Return [ int|bool ]
        }

        Method [ <internal:bitset> public method previousSetBit ] {

          - Parameters [1] {
            Parameter #0 [ <required> int $start ]
          }
          - Return [ int|bool ]
        }

        Method [ <internal:bitset> public method set ] {

          - Parameters [2] {
            Parameter #0 [ <optional> int $from = -1 ]
            Parameter #1 [ <optional> int $to = 0 ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset> public method size ] {

          - Parameters [0] {
          }
          - Return [ int ]
        }

        Method [ <internal:bitset> public method toArray ] {

          - Parameters [0] {
          }
          - Return [ array ]
        }

        Method [ <internal:bitset> public method toInteger ] {

          - Parameters [0] {
          }
          - Return [ int ]
        }

        Method [ <internal:bitset> public method xorOp ] {

          - Parameters [1] {
            Parameter #0 [ <required> BitSet $set ]
          }
          - Return [ void ]
        }

        Method [ <internal:bitset, prototype Stringable> public method __toString ] {

          - Parameters [0] {
          }
          - Return [ string ]
        }
      }
    }
  }
}