fi.helsinki.dacopan.model
Class VariableDefinition.Scope

java.lang.Object
  extended by fi.helsinki.dacopan.model.VariableDefinition.Scope
Enclosing class:
VariableDefinition

public static final class VariableDefinition.Scope
extends java.lang.Object

The scope of a variable.


Method Summary
 boolean equals(java.lang.Object o)
           
static VariableDefinition.Scope forName(java.lang.String name)
          Returns the Scope object for the given name, if any.
 java.lang.String getName()
          Returns the name of this scope.
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

forName

public static final VariableDefinition.Scope forName(java.lang.String name)
Returns the Scope object for the given name, if any.


getName

public java.lang.String getName()
Returns the name of this scope.


toString

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

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


© Dacopan2 team, 2005-