|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcompiler.CompilerContext
public class CompilerContext
Clase que implementa un "contexto" para la práctica. Permite acceder en todo momento a los gestores (manager) definidos en la arquitectura. No han de alterarse los métodos incluidos.
Constructor Summary | |
---|---|
CompilerContext()
|
Method Summary | |
---|---|
static FinalCodeFactoryIF |
getFinalCodeFactory()
Returns the finalCodeFactory. |
static ScopeManagerIF |
getScopeManager()
Returns the scopeManager. |
static SemanticErrorManager |
getSemanticErrorManager()
Returns the semanticErrorManager. |
static SyntaxErrorManager |
getSyntaxErrorManager()
Returns the syntaxErrorManager. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompilerContext()
Method Detail |
---|
public static FinalCodeFactoryIF getFinalCodeFactory()
public static ScopeManagerIF getScopeManager()
public static SemanticErrorManager getSemanticErrorManager()
public static SyntaxErrorManager getSyntaxErrorManager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |