|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlaceholderResolverSymbolTable
Interface defines methods that a placeholder symbol table must support. A placeholder symbol table is a dictionary for placeholder resolvers.
Method Summary | |
---|---|
boolean |
isEmpty()
Returns true, if the symbol table is empty, false else. |
IPlaceholderResolver |
lookUp(String placeholderName)
Looks up a for a resolver than can resolve the given placeholder. |
int |
size()
Returns the number of entries in the table. |
Method Detail |
---|
IPlaceholderResolver lookUp(String placeholderName)
placeholderName
- non null.
int size()
boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |