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

C

Case - interface org.inxar.jenesis.Case.
Statement subinterface for the case construct in a switch.
Cast - interface org.inxar.jenesis.Cast.
Expression subinterface for casting.
CAT - Static variable in interface org.inxar.jenesis.Binary
Binary function type for string concatenation: (a + b).
CAT - Static variable in interface org.inxar.jenesis.Assign
Assignment type for string concatenation: (a += b).
Catch - interface org.inxar.jenesis.Catch.
Statement subinterface for the catch construct in a try.
CHAR - Static variable in interface org.inxar.jenesis.Type
Constant for the char type.
CharLiteral - interface org.inxar.jenesis.CharLiteral.
Literal subinterface for char literals.
CLASS - Static variable in interface org.inxar.jenesis.Type
Constant for the class type.
CLASS - Static variable in class com.inxar.jenesis.util.MemberComparator
 
ClassDeclaration - interface org.inxar.jenesis.ClassDeclaration.
Declaration subinterface for the class declaration heirarchy.
ClassField - interface org.inxar.jenesis.ClassField.
Declaration subinterface for a general field which may occur in a class.
ClassLiteral - interface org.inxar.jenesis.ClassLiteral.
Literal subinterface for class literals.
ClassMethod - interface org.inxar.jenesis.ClassMethod.
Declaration subinterface for a method which may occur in a class and is a Block.
ClassType - interface org.inxar.jenesis.ClassType.
Type subinterface for class types.
Codeable - interface org.inxar.jenesis.Codeable.
Codeable is a core interface which nearly all other interfaces extend.
CodeWriter - interface org.inxar.jenesis.CodeWriter.
The CodeWriter is the object to which code is rendered.
com.inxar.jenesis - package com.inxar.jenesis
Classes which implement Java language elements.
com.inxar.jenesis.test - package com.inxar.jenesis.test
Test classes.
com.inxar.jenesis.util - package com.inxar.jenesis.util
Utility classes.
Comment - interface org.inxar.jenesis.Comment.
The Comment superinterface.
comment(String) - Method in interface org.inxar.jenesis.Statement
Comments the statement.
comment(String) - Method in class com.inxar.jenesis.MStatement
 
compare(Object, Object) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareBooleans(boolean, boolean) - Method in class com.inxar.jenesis.util.MemberComparator
utility method to compare boolean state.
compareClasses(ClassDeclaration, ClassDeclaration) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareConstructors(Constructor, Constructor) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareFields(Field, Field) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareInterfaces(Interface, Interface) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareInts(int, int) - Method in class com.inxar.jenesis.util.MemberComparator
utility method to compare integer state.
compareMethods(Method, Method) - Method in class com.inxar.jenesis.util.MemberComparator
 
compareStrings(String, String) - Method in class com.inxar.jenesis.util.MemberComparator
utility method to compare strings.
CompilationUnit - interface org.inxar.jenesis.CompilationUnit.
Declaration subinterface for compilation units.
compile() - Method in interface org.inxar.jenesis.CompilationUnit
Generates the source code file and compiles it.
compile(CompilationUnit) - Method in interface org.inxar.jenesis.VirtualCompiler
Generates the source code file and compiles the result.
compile(CompilationUnit) - Method in class com.inxar.jenesis.Jikes
 
compile(CompilationUnit) - Method in class com.inxar.jenesis.Javac
 
ConditionalStatement - interface org.inxar.jenesis.ConditionalStatement.
Statement subinterface for the conditional statements (statements whose execution depends on the truthful evaluation of a predicate).
Constant - interface org.inxar.jenesis.Constant.
Declaration subinterface for a Field which is static and final.
CONSTANT - Static variable in class com.inxar.jenesis.util.MemberComparator
 
Constructor - interface org.inxar.jenesis.Constructor.
Declaration subinterface for a class constructor.
CONSTRUCTOR - Static variable in class com.inxar.jenesis.util.MemberComparator
 
Continue - interface org.inxar.jenesis.Continue.
Statement subinterface for the continue keyword.

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