- ident() - Method in class compilo.Parser
-
- ifEnd() - Method in class compilo.Parser
-
- ifRule() - Method in class compilo.Parser
-
- ifStatement() - Method in class compilo.LLVMGenerator
-
Needs to create a new section in order to handle
the result of the condition.
- ifThenCount - Variable in class compilo.LLVMGenerator
-
Count to automatically increment the section name
- inCondition - Variable in class compilo.LLVMGenerator
-
Says whether we are inside an if statement or not.
- input - Variable in class compilo.Parser
-
- instruction() - Method in class compilo.Parser
-
- instructionList() - Method in class compilo.Parser
-
- isComment(String, boolean) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is a comment.
- isIdentifier(String) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is an identifier.
- isIdSigned(String) - Method in class compilo.SymbolsTable
-
- isImage(String) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is an image.
- isInteger(String) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is an integer.
- isReal(String) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is a real number.
- isSigned() - Method in class compilo.VariableInteger
-
- isString(String) - Method in class compilo.LexicalAnalyzer
-
Checks if the input String is a string.