public interface IShallowParser
Modifier and Type | Method and Description |
---|---|
java.util.List<ShallowEntity> |
parseFragment(java.util.List<IToken> tokens)
Shallow parses the given list of tokens and returns all entities found.
|
java.util.List<ShallowEntity> |
parseTopLevel(java.util.List<IToken> tokens)
Shallow parses the given list of tokens and returns all entities found.
|
java.util.List<ShallowEntity> parseTopLevel(java.util.List<IToken> tokens)
java.util.List<ShallowEntity> parseFragment(java.util.List<IToken> tokens)