A B C D E F G H I J L M N O P Q R S T U V W X

I

If - interface org.inxar.jenesis.If.
Statement subinterface for the if, else if, else construct.
IF - Static variable in interface org.inxar.jenesis.Ternary
Ternary function type for if-else: (a ? b : c).
Import - interface org.inxar.jenesis.Import.
Declaration subinterface for import declarations at the beginning of a compilation unit.
indentLine() - Method in interface org.inxar.jenesis.Freeform
Increments the tab and calls newLine()
indentLine() - Method in interface org.inxar.jenesis.CodeWriter
Increments the tab and calls newLine()
indentLine() - Method in class com.inxar.jenesis.MCodeWriter
Increments the tab and calls newLine()
InitializationDeclaration - interface org.inxar.jenesis.InitializationDeclaration.
Declaration subinterface for an initialization structures including static initializers and constructors.
initialize(String, String, String) - Method in class examples.SimpleGenerator
Step 1: Internally setup the CompilationUnit and PackageClass to be generated using the given codebase, packageName, and className.
InnerClass - interface org.inxar.jenesis.InnerClass.
Declaration subinterface for an inner class.
INT - Static variable in interface org.inxar.jenesis.Type
Constant for the int type.
Interface - interface org.inxar.jenesis.Interface.
Declaration subinterface for interfaces.
INTERFACE - Static variable in class com.inxar.jenesis.util.MemberComparator
 
IntLiteral - interface org.inxar.jenesis.IntLiteral.
Literal subinterface for int literals.
Invoke - interface org.inxar.jenesis.Invoke.
Expression subinterface for method invocations (n-ary).
IOF - Static variable in interface org.inxar.jenesis.Binary
Binary function type for class equality: (a instanceof b).
isAbstract() - Method in interface org.inxar.jenesis.ClassDeclaration
Getter method for the isAbstract flag.
isAbstract() - Method in interface org.inxar.jenesis.Method
Accessor method for the isAbstract flag.
isAbstract(boolean) - Method in interface org.inxar.jenesis.ClassDeclaration
Setter method for the isAbstract flag.
isAbstract(boolean) - Method in interface org.inxar.jenesis.Method
Mutator method for the isAbstract flag.
isArray() - Method in interface org.inxar.jenesis.Type
Returns true if this is an array, false otherwise.
isArray() - Method in class com.inxar.jenesis.MType
 
isFinal() - Method in interface org.inxar.jenesis.FormalParameter
Getter method for the formal parameter isFinal flag.
isFinal() - Method in interface org.inxar.jenesis.Let
Getter method for the isFinal flag.
isFinal() - Method in interface org.inxar.jenesis.Member
Accessor method for the isFinal flag.
isFinal(boolean) - Method in interface org.inxar.jenesis.FormalParameter
Setter method for the formal parameter isFinal flag.
isFinal(boolean) - Method in interface org.inxar.jenesis.Let
Setter method for the isFinal flag.
isFinal(boolean) - Method in interface org.inxar.jenesis.Member
Mutator method for the isFinal flag.
isLineNew() - Method in interface org.inxar.jenesis.Freeform
Returns true if no characters have been written since the last call of newLine().
isLineNew() - Method in interface org.inxar.jenesis.CodeWriter
Returns true if no characters have been written since the last call of newLine().
isLineNew() - Method in class com.inxar.jenesis.MCodeWriter
Returns true if no characters have been written since the last call of newLine().
isNative() - Method in interface org.inxar.jenesis.ClassMethod
Setter method for the isNative flag.
isNative(boolean) - Method in interface org.inxar.jenesis.ClassMethod
Setter method for the isNative flag.
isPrimitive() - Method in interface org.inxar.jenesis.Type
Returns true if this is one of the primitive types, false otherwise.
isPrimitive() - Method in class com.inxar.jenesis.MType
 
isSingle() - Method in interface org.inxar.jenesis.Import
Returns true if this import is a single-type import, false if it is an import-type-on-demand.
isStatic() - Method in interface org.inxar.jenesis.Member
Accessor method for the isStatic flag.
isStatic(boolean) - Method in interface org.inxar.jenesis.Member
Mutator method for the isStatic flag.
isSynchronized() - Method in interface org.inxar.jenesis.ClassMethod
Getter method for the isSynchronized flag.
isSynchronized(boolean) - Method in interface org.inxar.jenesis.ClassMethod
Setter method for the isSynchronized flag.
isTransient() - Method in interface org.inxar.jenesis.ClassField
Accessor method for the isTransient flag.
isTransient(boolean) - Method in interface org.inxar.jenesis.ClassField
Mutator method for the isTransient flag.
isVolatile() - Method in interface org.inxar.jenesis.ClassField
Accessor method for the isVolatile flag.
isVolatile(boolean) - Method in interface org.inxar.jenesis.ClassField
Mutator method for the isVolatile flag.
Iterator - interface org.inxar.jenesis.Iterator.
A simple JDK1.2-like iterator of Objects.

A B C D E F G H I J L M N O P Q R S T U V W X