Index
All Classes|All Packages
I
- IFStatement - Class in com.github.CoryBorek.PseudocodeCompiler.impl.java.functions.statements
-
If statement
- IFStatement(List<String>, int, JavaPseudoFile, BaseCompiler) - Constructor for class com.github.CoryBorek.PseudocodeCompiler.impl.java.functions.statements.IFStatement
-
Constructor
- isBoolean(String) - Static method in class com.github.CoryBorek.PseudocodeCompiler.Util
-
Checks if a string is a boolean
- isDouble(String) - Static method in class com.github.CoryBorek.PseudocodeCompiler.Util
-
Checks if a given variable is a double
- isInteger(String) - Static method in class com.github.CoryBorek.PseudocodeCompiler.Util
-
Checks if a given variable is an integer
- isNumber(String) - Static method in class com.github.CoryBorek.PseudocodeCompiler.Util
-
Checks if a String is a number.
All Classes|All Packages