com.googlecode.sarasvati
Interface NodeTokenSetMember

All Superinterfaces:
TokenSetMember
All Known Implementing Classes:
HibNodeTokenSetMember, MemNodeTokenSetMember

public interface NodeTokenSetMember
extends TokenSetMember

Extends the TokenSetMember interface to narrow the Token to a NodeToken.

Author:
Paul Lorenz

Method Summary
 Env getEnv()
          Each TokenSet can set attributes specific to a given memberIndex.
 NodeToken getToken()
          Returns the token.
 
Methods inherited from interface com.googlecode.sarasvati.TokenSetMember
getMemberIndex, getTokenSet
 

Method Detail

getToken

NodeToken getToken()
Description copied from interface: TokenSetMember
Returns the token.

Specified by:
getToken in interface TokenSetMember
Returns:
The token
See Also:
TokenSetMember.getToken()

getEnv

Env getEnv()
Each TokenSet can set attributes specific to a given memberIndex. The Env returned from a token set member will access only attributes that are specific to the its member index.

Returns:
The environment for this token set member