- newComment(String) - Method in class compilo.LLVMGenerator
-
- newEntry(String[]) - Method in class compilo.SymbolsTable
-
- newLabel(String) - Method in class compilo.LLVMGenerator
-
- newLine() - Method in class compilo.LLVMGenerator
-
- newLine - Variable in class compilo.Parser
-
Tells whether we are on a new line or not.
- newLocalVariable(String) - Method in class compilo.LLVMGenerator
-
Local temporary variable.
- newProcedure(String) - Method in class compilo.LLVMGenerator
-
- newVariable(String) - Method in class compilo.LLVMGenerator
-
LLVM handles at most two variables at the same time.
- nextToken(String, boolean, int) - Method in class compilo.LexicalAnalyzer
-
Analyzes the String it is feed with.
- nextToken() - Method in class compilo.Parser
-
Determine the next token on the input using the lexical analyzer.
- notOperation() - Method in class compilo.LLVMGenerator
-
The not operation simply operates a xor with 1
on the variable.