Method Summary |
|
protected void | addDeclaredTokenIDs() Add all static-final token-id fields declared in this token-context using
Class.getDeclaredFields() call. |
protected void | addTokenID(TokenID tokenID) Add token-id to the set of token-ids that belong to this context. |
public TokenContextPath[] | getAllContextPaths() Get all the context paths for this token-context including itself as the
first one and all its children. |
public TokenContext[] | getChildren() Get the children contexts of this context. |
public TokenContextPath | getContextPath() Get the context path for this token-context. |
public TokenContextPath | getContextPath(TokenContextPath childPath) Get the context path for this token-context that is derived from the path
of one of the children. |
public String | getNamePrefix() Get the prefix that this context adds to the name of its tokens. |
public TokenCategory[] | getTokenCategories() Get the token-categories that belong to this token-context. |
public TokenID[] | getTokenIDs() Get the token-ids that belong to this token-context. |