代码搜索结果
找到约 322,615 项符合
Interface 的代码
timerclient.java
/*
* interface to be used in combination with kaffe.util.Timer
*
* Copyright (c) 1998
* Transvirtual Technologies, Inc. All rights reserved.
*
* See the file "license.terms" for information
accessible.java
/* Accessible.java -- primary Java accessibility interface
Copyright (C) 2000, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi
externalizable.java
/* Externalizable.java -- Interface for saving and restoring object data
Copyright (C) 1998 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you
cloneable.java
/* Cloneable.java -- Interface for marking objects cloneable by Object.clone()
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpat
runnable.java
/* Runnable -- interface for a method tied to an Object; often for Threads
Copyright (C) 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is
randomaccess.java
/* RandomAccess.java -- A tagging interface that lists can use to tailor
operations to the correct algorithm
Copyright (C) 2001 Free Software Foundation, Inc.
This file is part of GNU Classpath
appletstub.java
/* AppletStub.java -- low level interface to the browser
Copyright (C) 1999, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redist
certstoreparameters.java
/* CertStoreParameters -- interface to CertStore parameters.
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistri
interfacesuperclass.java
class InterfaceSuperClass
extends ClassToInterface
{
}
// No stack trace
/* Expected Output:
java.lang.IncompatibleClassChangeError: Super class, ClassToInterface, is an interface.
*/
classflags2.j
.class public interface ClassFlags2
.super java/lang/Object
; No stack trace
; Expected Output:
; java.lang.ClassFormatError: (class: ClassFlags2) Abstract flag not set on interface