org.duelengine.duel.codedom
Interface IdentifierScope

All Known Implementing Classes:
CodeStatementCollection, CodeTypeDeclaration

public interface IdentifierScope


Method Summary
 boolean isLocalIdent(String ident)
          Determines if the client ident is declared in local scope
 String nextIdent(String prefix)
          Gets a new unique ident with the given prefix
 String uniqueIdent(String ident)
          Gets the corresponding unique server ident for the client ident
 

Method Detail

isLocalIdent

boolean isLocalIdent(String ident)
Determines if the client ident is declared in local scope

Parameters:
ident -
Returns:

uniqueIdent

String uniqueIdent(String ident)
Gets the corresponding unique server ident for the client ident

Parameters:
ident -
Returns:

nextIdent

String nextIdent(String prefix)
Gets a new unique ident with the given prefix

Parameters:
prefix -
Returns:


Copyright © 2012. All Rights Reserved.