org.openide.compiler
Class Compiler.Depth
java.lang.Object
|
+--org.openide.compiler.Compiler.Depth
- Enclosing class:
- Compiler
- public static final class Compiler.Depth
- extends Object
Depth of compilation.
- See Also:
Compiler.DEPTH_ZERO,
Compiler.DEPTH_ONE,
Compiler.DEPTH_INFINITE
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isLastDepth
public boolean isLastDepth()
- Is this the last level (i.e. zero)?
- Returns:
true if so
nextDepth
public Compiler.Depth nextDepth()
- Proceed to the next level.
- Returns:
- the next shallower depth
Built on December 12 2001. | Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.