|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IParseNodeInErrorStatus | |
---|---|
net.sf.parser4j.parser.entity | |
net.sf.parser4j.parser.entity.parsenode | |
net.sf.parser4j.parser.entity.parsenode.status.impl |
Uses of IParseNodeInErrorStatus in net.sf.parser4j.parser.entity |
---|
Methods in net.sf.parser4j.parser.entity that return types with arguments of type IParseNodeInErrorStatus | |
---|---|
java.util.List<IParseNodeInErrorStatus> |
ParseResult.getErrorStatusList()
|
Method parameters in net.sf.parser4j.parser.entity with type arguments of type IParseNodeInErrorStatus | |
---|---|
void |
ParseResult.setReduceErrorInfo(java.util.List<IParseNodeInErrorStatus> errorStatusList)
set the reduce error informations |
Uses of IParseNodeInErrorStatus in net.sf.parser4j.parser.entity.parsenode |
---|
Methods in net.sf.parser4j.parser.entity.parsenode that return types with arguments of type IParseNodeInErrorStatus | |
---|---|
java.util.List<IParseNodeInErrorStatus> |
AbstractParseNode.getErrorStatusList()
|
java.util.List<IParseNodeInErrorStatus> |
IParseNode.getErrorStatusList()
|
Methods in net.sf.parser4j.parser.entity.parsenode with parameters of type IParseNodeInErrorStatus | |
---|---|
void |
AbstractParseNode.addErrorStatus(IParseNodeInErrorStatus status)
|
void |
IParseNode.addErrorStatus(IParseNodeInErrorStatus status)
add error status |
Uses of IParseNodeInErrorStatus in net.sf.parser4j.parser.entity.parsenode.status.impl |
---|
Classes in net.sf.parser4j.parser.entity.parsenode.status.impl that implement IParseNodeInErrorStatus | |
---|---|
class |
AbstractParseNodeInErrorStatus
generic for all |
class |
DefaultParseNodeInErrorStatus
a default implementation of parse node in error status: only store an error message |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |