|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmarf.nlp.Parsing.SemanticAnalyzer
public class SemanticAnalyzer
Semantic Analyzer. TODO: complete implementation.
$Id: SemanticAnalyzer.java,v 1.7 2006/01/08 01:16:49 mokhov Exp $
| Field Summary | |
|---|---|
protected java.util.Vector |
oSematicErrors
A collection of semantic errors found. |
protected java.util.Stack |
oSematicStack
Semantic stack for semantic checks. |
SymbolTable |
oSymTab
Internal reference to the symbol table for type and definition checks. |
| Constructor Summary | |
|---|---|
SemanticAnalyzer()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getMARFSourceCodeRevision()
Returns source code revision information. |
boolean |
isDefinedID(java.lang.String pstrScopeSymbol,
java.lang.String pstrSymbolToCheck)
Not implemented. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector oSematicErrors
protected java.util.Stack oSematicStack
public SymbolTable oSymTab
| Constructor Detail |
|---|
public SemanticAnalyzer()
| Method Detail |
|---|
public boolean isDefinedID(java.lang.String pstrScopeSymbol,
java.lang.String pstrSymbolToCheck)
pstrScopeSymbol - pstrSymbolToCheck -
falsepublic static java.lang.String getMARFSourceCodeRevision()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||