Package | Description |
---|---|
gov.nasa.pds.tools | |
gov.nasa.pds.tools.dict.type | |
gov.nasa.pds.tools.label | |
gov.nasa.pds.tools.label.antlr | |
gov.nasa.pds.tools.label.validate |
Modifier and Type | Method and Description |
---|---|
Statement |
LabelParserException.getStatement() |
Constructor and Description |
---|
LabelParserException(Statement statement,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments)
Use of this constructor is encouraged where possible as it retains the
context of the exception.
|
Constructor and Description |
---|
InvalidLengthException(Statement statement,
String key,
Constants.ProblemType type,
Object... arguments) |
InvalidTypeException(Statement statement,
String key,
Object... values) |
OutOfRangeException(Statement statement,
Number value,
Number limit,
boolean exceeds,
DictIdentifier fieldName,
Constants.DictionaryType dataType) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeStatement |
class |
CatalogPointer |
class |
CommentStatement |
class |
DescriptionPointer |
class |
GroupStatement |
class |
IncludePointer |
class |
IndexPointer |
class |
ObjectStatement |
class |
PointerStatement
This class is the object representation of a pointer statement in a label.
|
class |
SpecialPointer |
class |
StructurePointer |
Modifier and Type | Method and Description |
---|---|
List<Statement> |
Label.getStatement(DictIdentifier identifier)
Retrieves a statement with the identifier
|
List<Statement> |
ObjectStatement.getStatements() |
List<Statement> |
Label.getStatements()
Retrieves the statements associated with this label
|
List<Statement> |
IncludePointer.getStatements() |
List<Statement> |
GroupStatement.getStatements() |
Modifier and Type | Method and Description |
---|---|
void |
Label.addProblem(Statement statement,
Integer column,
String key,
Constants.ProblemType type,
Object... arguments) |
void |
Label.addProblem(Statement statement,
LabelParserException e) |
void |
Label.addProblem(Statement statement,
String key,
Constants.ProblemType type,
Object... arguments) |
void |
ObjectStatement.addStatement(Statement statement)
Associates a statement with this object
|
void |
Label.addStatement(Statement statement)
Associates a statement with this label
|
void |
GroupStatement.addStatement(Statement statement) |
Constructor and Description |
---|
GroupStatement(Label sourceLabel,
int lineNumber,
String identifier,
Map<DictIdentifier,List<Statement>> statements)
Constructs a group statement that contains the given statements
|
ObjectStatement(Label sourceLabel,
int lineNumber,
String identifier,
Map<DictIdentifier,List<Statement>> statements)
Constructs an ObjectStatement
|
Modifier and Type | Method and Description |
---|---|
Statement |
ODLParser.simple_statement(Label label) |
Statement |
ODLParser.statement(Label label) |
Constructor and Description |
---|
DefinitionNotFoundException(Statement statement) |
Copyright © 2005–2015 Planetary Data System. All rights reserved.