ModeShape Distribution 3.7.3.Final
-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
static int |
NO_SCORE |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DdlParsers.ParsingResult
public DdlParsers.ParsingResult(String parserId,
AstNode rootTreeNode,
int parserScore,
Exception parsingError)
- Parameters:
parserId - the parser identifier (cannot be null or empty)rootTreeNode - the node at the root of the parse tree (can be null if an error occurred)parserScore - the parsing score (can have no score if an error occurredparsingError - an error that occurred during parsing (can be null)
-
Method Detail
-
getScore
public int getScore()
- Returns:
- the parsing score
ModeShape Distribution 3.7.3.Final
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.