Uses of Interface
org.ourgrid.common.spec.semantic.SemanticAnalyzer

Packages that use SemanticAnalyzer
org.ourgrid.common.spec   
org.ourgrid.common.spec.semantic   
org.ourgrid.common.spec.syntactical   
 

Uses of SemanticAnalyzer in org.ourgrid.common.spec
 

Methods in org.ourgrid.common.spec that return SemanticAnalyzer
 SemanticAnalyzer CompilerModulesFactory.createSemanticAnalyzer(SemanticActions actionsContainer)
          Makes an instance of the Syntactical Module.
 SemanticAnalyzer CommonCModulesFactory.createSemanticAnalyzer(SemanticActions actionsContainer)
           
 

Methods in org.ourgrid.common.spec with parameters of type SemanticAnalyzer
 SyntacticalAnalyzer CompilerModulesFactory.createSyntacticalAnalyzer(LexicalAnalyzer lexicalAnalyzer, Grammar languageGrammar, SemanticAnalyzer semantic)
          Makes an instance of the Syntactical Module.
 SyntacticalAnalyzer CommonCModulesFactory.createSyntacticalAnalyzer(LexicalAnalyzer lexicalAnalyzer, Grammar languageGrammar, SemanticAnalyzer semantic)
           
 

Uses of SemanticAnalyzer in org.ourgrid.common.spec.semantic
 

Classes in org.ourgrid.common.spec.semantic that implement SemanticAnalyzer
 class CommonSemanticAnalyzer
          This implementation of the semantic analyzer uses more then one language to compile.
 

Uses of SemanticAnalyzer in org.ourgrid.common.spec.syntactical
 

Constructors in org.ourgrid.common.spec.syntactical with parameters of type SemanticAnalyzer
CommonSyntacticalAnalyzer(LexicalAnalyzer lexical, Grammar grammar, SemanticAnalyzer semantic)
          The constructor.