T
- The java equivalent of the parsed DOT value.public static interface DotLanguageSupport.IPrimitiveValueParseResult<T>
DotLanguageSupport.IPrimitiveValueParser
, which comprises a
parsed value and/or syntax errors.Modifier and Type | Method and Description |
---|---|
T |
getParsedValue()
Returns the parsed (primitive) object value.
|
java.util.List<org.eclipse.emf.common.util.Diagnostic> |
getSyntaxErrors()
Returns the syntax errors that occurred during the parse.
|
boolean |
hasSyntaxErrors()
Indicates whether any syntax errors occurred during the parsing.
|
T getParsedValue()
null
if it could not be
parsed.java.util.List<org.eclipse.emf.common.util.Diagnostic> getSyntaxErrors()
boolean hasSyntaxErrors()
true
in case syntax errors occurred,
false
otherwise.Copyright (c) 2014 itemis AG and others. All rights reserved.