com.puppycrawl.tools.checkstyle
Class Scope

java.lang.Object
  |
  +--com.puppycrawl.tools.checkstyle.Scope
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public final class Scope
extends java.lang.Object
implements java.lang.Comparable, java.io.Serializable

Represents a Java visibility scope.

Author:
Lars K?hne
See Also:
Serialized Form

Method Summary
 int compareTo(java.lang.Object aObject)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object

compareTo

public int compareTo(java.lang.Object aObject)
Specified by:
compareTo in interface java.lang.Comparable
See Also:
Comparable