ModeShape Distribution 3.0.0.Beta4

org.modeshape.sequencer.sramp
Class SymbolSpace

java.lang.Object
  extended by org.modeshape.sequencer.sramp.SymbolSpace

@Immutable
public final class SymbolSpace
extends Object

POJO representing a logical grouping of symbols.


Constructor Summary
SymbolSpace(String space)
           
 
Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SymbolSpace

public SymbolSpace(String space)
Method Detail

hashCode

public int hashCode()

Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)

Overrides:
equals in class Object
See Also:
Object.equals(Object)

toString

public String toString()

Overrides:
toString in class Object
See Also:
Object.toString()

ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.