| Package | Description |
|---|---|
| org.coode.parsers | |
| org.coode.parsers.oppl | |
| org.coode.parsers.oppl.variableattribute |
| Modifier and Type | Class and Description |
|---|---|
class |
IRISymbol |
class |
OWLEntitySymbol |
class |
OWLLiteralSymbol |
| Modifier and Type | Method and Description |
|---|---|
protected Symbol |
SymbolTable.removeSymbol(org.antlr.runtime.Token token)
Removes the Symbol corresponding to the input Token.
|
Symbol |
SymbolTable.resolve(ManchesterOWLSyntaxTree node) |
Symbol |
Scope.resolve(String name)
Retrieves the symbol corresponding to the input name.
|
Symbol |
OWLEntityCheckerScope.resolve(String name) |
Symbol |
SymbolTable.resolveIRI(ManchesterOWLSyntaxTree node) |
protected Symbol |
SymbolTable.retrieveSymbol(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<Symbol> |
Scope.getAllSymbols()
Retrieves all the Symbol instances in this Scope
|
Set<Symbol> |
OWLEntityCheckerScope.getAllSymbols() |
Set<Symbol> |
Scope.getAllSymbols(Type type)
Retrieves all the Symbol instances in this Scope whose tyoe is equal to
the input Type.
|
Set<Symbol> |
OWLEntityCheckerScope.getAllSymbols(Type type) |
Set<Symbol> |
SymbolTable.getDefinedSymbols()
Retrieves all the Symbos that have been stored in this Symbol table.
|
Set<Symbol> |
Scope.match(String prefix)
Retrieves the set of Symbol instances whose name starts with the input
prefix.
|
Set<Symbol> |
OWLEntityCheckerScope.match(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
Scope.define(Symbol symbol)
Defines a symbol inside this Scope.
|
void |
OWLEntityCheckerScope.define(Symbol symbol) |
protected void |
SymbolTable.storeSymbol(String name,
Symbol symbol)
Stores the input Symbol under the input name.
|
protected void |
SymbolTable.storeSymbol(org.antlr.runtime.Token token,
Symbol symbol)
Stores the input Symbol under the input Token.
|
O |
SymbolVisitorEx.visitSymbol(Symbol symbol) |
void |
SymbolVisitor.visitSymbol(Symbol symbol) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateOnDemandIdentifier |
| Modifier and Type | Method and Description |
|---|---|
abstract Symbol |
VariableTypes.getSymbol(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
String name) |
Symbol |
OPPLScope.resolve(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<Symbol> |
OPPLScope.getAllSymbols() |
Set<Symbol> |
OPPLScope.getAllSymbols(Type type) |
Set<Symbol> |
OPPLScope.match(String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
OPPLScope.define(Symbol symbol) |
void |
OPPLSymbolTable.define(org.antlr.runtime.Token token,
Symbol symbol)
Defines a new Symbol in this OPPLSymbolTable under the input Token.
|
protected abstract O |
DefaultOPPLSymbolVisitorEx.doDefault(Symbol symbol) |
O |
DefaultOPPLSymbolVisitorEx.visitSymbol(Symbol symbol) |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionVariableAttributeSymbol<P extends org.semanticweb.owlapi.model.OWLObject,O extends VariableAttribute<Collection<? extends P>>> |
class |
StringVariableAttributeSymbol |
class |
ValuesVariableAttributeSymbol<P extends org.semanticweb.owlapi.model.OWLObject> |
class |
VariableAttributeSymbol<O extends VariableAttribute<?>> |
Copyright © 2015 The University of Manchester. All Rights Reserved.