- ignoredClasses - クラス の変数com.emthom.gmaeni.tasks.GmaeniTask
-
- IMPORT_NAME - クラス のstatic変数com.emthom.gmaeni.tasks.InjectCodeTask
-
- inCharactersList(char[], char) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Check if Character is containing by the characters list
- InjectCodeTask - com.emthom.gmaeni.tasksのクラス
-
Gradle Task to inject gmaeni source code.
- InjectCodeTask() - クラス のコンストラクタcom.emthom.gmaeni.tasks.InjectCodeTask
-
- injected - クラス の変数com.emthom.gmaeni.parser.CodeBlock
-
Indicate if the code block is injected by programming code.
- injectFakeKeys() - クラス のメソッドcom.emthom.gmaeni.parser.JavaCode
-
Inject fake code: fake attribute
Important: only if a class exists into the JAVA code
- injectFakeKeys(String, String) - クラス のメソッドcom.emthom.gmaeni.parser.JavaCode
-
Inject fake code: fake attribute
Important: only if a class exists into the JAVA code
- injectFakeKeys - クラス の変数com.emthom.gmaeni.tasks.GmaeniTask
-
- innerOffset - クラス の変数com.emthom.gmaeni.parser.CodeBlock
-
Inner offset (from start of parent)
- insertInArray(ArrayList, int, Object) - クラス のstaticメソッドcom.emthom.gmaeni.utils.Utils
-
Insert an Object into an ArrayList at an specific index (without erase the existing one)
- isCaseValue - クラス の変数com.emthom.gmaeni.parser.CodeString
-
Indicate if the word is a value of Switch/Case conditional block
- isClass(CodeBlock.BlockType) - クラス のstaticメソッドcom.emthom.gmaeni.parser.CodeBlock
-
Indicate if the block is a Class or Anonymous Inner Class
- isComment() - クラス のメソッドcom.emthom.gmaeni.parser.CodeBlock
-
Indicate if the block is a line or block of comment
- isComment(CodeBlock.BlockType) - クラス のstaticメソッドcom.emthom.gmaeni.parser.CodeBlock
-
Indicate if the block is a line or block of comment
- isEmpty(String) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Check if the string is null or empty
- isEmptyChar(Character) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Check if character is equals to 'space' or 'carrier return', or 'tabulation'
- isEqualsToChar(String, char) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Check if the String is equal to a Character
- isFunctionOrClass(CodeBlock.BlockType) - クラス のメソッドcom.emthom.gmaeni.parser.CodeBlock
-
Indicate if the block is a Function or a Class
- isGmaeniFile(File) - クラス のメソッドcom.emthom.gmaeni.tasks.AbstractTask
-
Check if file if Gmaeni file
- isGmaenitized(File) - クラス のメソッドcom.emthom.gmaeni.tasks.AbstractTask
-
Check if the JAVA file contains Gmaeni code
- isInstruction - クラス の変数com.emthom.gmaeni.parser.CodeString
-
Indicate if word is a JAVA keyword (instruction)
- isReturnChar(Character) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Test if the character is a Return Character
- isSpace(String) - クラス のstaticメソッドcom.emthom.gmaeni.utils.TextUtils
-
Check if the string is a space value
- isType - クラス の変数com.emthom.gmaeni.parser.CodeString
-
Indicate if word is a JAVA native Type (int, string...)
- isValid() - クラス のメソッドcom.emthom.gmaeni.parser.CodePosition
-
Indicate if the position is valid or not