Modifier.java (STRICT): New constant.

* java/lang/reflect/Modifier.java (STRICT): New constant.
	(isStrict): New method.
	(toString): Added `strict'.

From-SVN: r31040
This commit is contained in:
Tom Tromey 1999-12-20 23:05:21 +00:00 committed by Tom Tromey
parent 7205485e64
commit bcc7684092
3 changed files with 16 additions and 3 deletions

View file

@ -17,8 +17,7 @@ package java.lang.reflect;
/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
* "The Java Language Specification", ISBN 0-201-63451-1
* plus online API docs for JDK 1.2 beta from http://www.javasoft.com.
* Status: Incomplete: needs a private constructor, and
* invoke() needs to be finished.
* Status: Incomplete: invoke() needs to be finished.
*/
public final class Method extends AccessibleObject implements Member