A C D E F G H I L M N O P R S T V

G

getAllScopes() - Method in class es.uned.compiler.semantic.symbol.ScopeManager
Returns all scopes witin created during the compilation process.
getAllScopes() - Method in interface es.uned.compiler.semantic.symbol.ScopeManagerIF
Returns all scopes witin created during the compilation process.
getColumn() - Method in class compiler.lexical.Token
Returns the column.
getColumn() - Method in exception es.uned.compiler.lexical.LexicalError
Returns the column.
getColumn() - Method in interface es.uned.compiler.lexical.TokenIF
Returns the column.
getCurrentScopes() - Method in class es.uned.compiler.semantic.symbol.ScopeManager
Returns all scopes witin the stack.
getCurrentScopes() - Method in interface es.uned.compiler.semantic.symbol.ScopeManagerIF
Returns all scopes witin the stack.
getEnvironment() - Method in class es.uned.compiler.code.FinalCodeFactory
Returns the environment.
getEnvironment() - Method in interface es.uned.compiler.code.FinalCodeFactoryIF
Returns the environment.
getFile() - Method in class es.uned.compiler.code.FinalCodeFactory
Returns the file.
getFile() - Method in interface es.uned.compiler.code.FinalCodeFactoryIF
Returns the file.
getFinalCodeFactory() - Static method in class compiler.CompilerContext
Returns the finalCodeFactory.
getFirstOperand() - Method in class es.uned.compiler.intermediate.Cuadruple
Returns the firstOperand.
getFirstOperand() - Method in interface es.uned.compiler.intermediate.CuadrupleIF
Returns the firstOperand.
getId() - Method in class compiler.lexical.Token
Returns the id.
getId() - Method in interface es.uned.compiler.lexical.TokenIF
Returns the id.
getId() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the id.
getId() - Method in interface es.uned.compiler.semantic.symbol.ScopeIF
Returns the id.
getIntermediateCode() - Method in class compiler.syntax.nonTerminal.ProgramModule
Returns the code.
getLevel() - Method in class es.uned.compiler.lexical.LexicalErrorManager
Returns the level.
getLevel() - Method in class es.uned.compiler.semantic.SemanticErrorManager
Returns the level.
getLevel() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the scope level.
getLevel() - Method in interface es.uned.compiler.semantic.symbol.ScopeIF
Returns the scope level.
getLevel() - Method in class es.uned.compiler.syntax.SyntaxErrorManager
Returns the level.
getLexema() - Method in class compiler.lexical.Token
Returns the lexema.
getLexema() - Method in exception es.uned.compiler.lexical.LexicalError
Returns the lexema.
getLexema() - Method in interface es.uned.compiler.lexical.TokenIF
Returns the lexema.
getLine() - Method in class compiler.lexical.Token
Returns the line.
getLine() - Method in exception es.uned.compiler.lexical.LexicalError
Returns the line.
getLine() - Method in interface es.uned.compiler.lexical.TokenIF
Returns the line.
getName() - Method in class compiler.intermediate.Label
Returns the name.
getName() - Method in class compiler.intermediate.Temporal
Returns the name.
getName() - Method in class compiler.intermediate.Variable
Returns the name.
getName() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the scopeName.
getName() - Method in interface es.uned.compiler.semantic.symbol.ScopeIF
Returns the scopeName.
getName() - Method in class es.uned.compiler.semantic.symbol.SymbolBase
Returns the name.
getName() - Method in interface es.uned.compiler.semantic.symbol.SymbolIF
Returns the name.
getName() - Method in class es.uned.compiler.semantic.type.TypeBase
Returns the name.
getName() - Method in interface es.uned.compiler.semantic.type.TypeIF
Returns the name.
getNumberOfErrors() - Method in class es.uned.compiler.syntax.SyntaxErrorManager
Returns the numberOfErrors.
getOperation() - Method in class es.uned.compiler.intermediate.Cuadruple
Returns the operation.
getOperation() - Method in interface es.uned.compiler.intermediate.CuadrupleIF
Returns the operation.
getParentScope() - Method in class es.uned.compiler.semantic.symbol.ScopeManager
Returns the parent scope.
getParentScope() - Method in interface es.uned.compiler.semantic.symbol.ScopeManagerIF
Returns the parent scope.
getResult() - Method in class es.uned.compiler.intermediate.Cuadruple
Returns the result.
getResult() - Method in interface es.uned.compiler.intermediate.CuadrupleIF
Returns the result.
getScope() - Method in class compiler.intermediate.Temporal
Returns the scope.
getScope() - Method in class compiler.intermediate.Variable
Returns the scope.
getScope() - Method in class compiler.semantic.symbol.SymbolTable
Returns the scope of this Symbol table.
getScope() - Method in class compiler.semantic.type.TypeTable
Returns the scope of this Symbol table.
getScope() - Method in class es.uned.compiler.intermediate.IntermediateCodeBuilder
Returns the scope.
getScope() - Method in class es.uned.compiler.intermediate.TemporalTable
Returns the scope of this Symbol table.
getScope() - Method in interface es.uned.compiler.intermediate.TemporalTableIF
Returns the scope of this temporal table.
getScope() - Method in class es.uned.compiler.semantic.symbol.ScopeManager
Returns the current scope.
getScope(int) - Method in class es.uned.compiler.semantic.symbol.ScopeManager
Returns a scope.
getScope() - Method in interface es.uned.compiler.semantic.symbol.ScopeManagerIF
Returns the current scope.
getScope(int) - Method in interface es.uned.compiler.semantic.symbol.ScopeManagerIF
Returns a scope.
getScope() - Method in class es.uned.compiler.semantic.symbol.SymbolBase
Returns the scope.
getScope() - Method in interface es.uned.compiler.semantic.symbol.SymbolIF
Returns the scope.
getScope() - Method in interface es.uned.compiler.semantic.symbol.SymbolTableIF
Returns the scope of this Symbol table.
getScope() - Method in class es.uned.compiler.semantic.type.TypeBase
Returns the scope.
getScope() - Method in interface es.uned.compiler.semantic.type.TypeIF
Returns the scope.
getScope() - Method in interface es.uned.compiler.semantic.type.TypeTableIF
Returns the scope of this Symbol table.
getScopeManager() - Static method in class compiler.CompilerContext
Returns the scopeManager.
getSecondOperand() - Method in class es.uned.compiler.intermediate.Cuadruple
Returns the secondOperand.
getSecondOperand() - Method in interface es.uned.compiler.intermediate.CuadrupleIF
Returns the secondOperand.
getSemanticErrorManager() - Static method in class compiler.CompilerContext
Returns the semanticErrorManager.
getSymbol(String) - Method in class compiler.semantic.symbol.SymbolTable
Returns a symbol from the symbol table.
getSymbol(String) - Method in interface es.uned.compiler.semantic.symbol.SymbolTableIF
Returns a symbol from the symbol table.
getSymbols() - Method in class compiler.semantic.symbol.SymbolTable
Returns the list of symbols.
getSymbols() - Method in interface es.uned.compiler.semantic.symbol.SymbolTableIF
Returns the list of symbols.
getSymbolTable() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the symbolTable.
getSymbolTable() - Method in interface es.uned.compiler.semantic.symbol.ScopeIF
Returns the symbolTable.
getSyntaxErrorManager() - Static method in class compiler.CompilerContext
Returns the syntaxErrorManager.
getTemporals() - Method in class es.uned.compiler.intermediate.TemporalTable
Returns the list of temporals.
getTemporals() - Method in interface es.uned.compiler.intermediate.TemporalTableIF
Returns the list of temporals.
getTemporalTable() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the temporalTable.
getTemporalTable() - Method in interface es.uned.compiler.semantic.symbol.ScopeIF
Returns the temporalTable.
getType(String) - Method in class compiler.semantic.type.TypeTable
Looks up a type by name.
getType() - Method in class es.uned.compiler.semantic.symbol.SymbolBase
Returns the type.
getType() - Method in interface es.uned.compiler.semantic.symbol.SymbolIF
Returns the type.
getType(String) - Method in interface es.uned.compiler.semantic.type.TypeTableIF
Looks up a type by name.
getTypes() - Method in class compiler.semantic.type.TypeTable
Returns the list of types.
getTypes() - Method in interface es.uned.compiler.semantic.type.TypeTableIF
Returns the list of types.
getTypeTable() - Method in class es.uned.compiler.semantic.symbol.Scope
Returns the typeTable.
getValue() - Method in class compiler.intermediate.Value
Returns the value.

A C D E F G H I L M N O P R S T V