Home | History | Annotate | Download | only in cst

Lines Matching defs:kind

12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
339 final int kind = bytes.getUnsignedByte(at + 1);
342 switch (kind) {
367 throw new ParseException("Unsupported MethodHandle kind: " + kind);
370 final int methodHandleType = getMethodHandleTypeForKind(kind);
427 private static int getMethodHandleTypeForKind(int kind) {
428 switch (kind) {
448 throw new IllegalArgumentException("invalid kind: " + kind);