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

T

Ternary - interface org.inxar.jenesis.Ternary.
Expression subinterface for expressions which have a three operands.
Test - class com.inxar.jenesis.test.Test.
 
Throw - interface org.inxar.jenesis.Throw.
Statement subinterface for the throw keyword.
toBoolean() - Method in interface org.inxar.jenesis.BooleanLiteral
Returns the boolean value of the Literal.
toByte() - Method in interface org.inxar.jenesis.ByteLiteral
Returns the byte value of the Literal.
toChar() - Method in interface org.inxar.jenesis.CharLiteral
Returns the char value of the Literal.
toClass() - Method in interface org.inxar.jenesis.ClassLiteral
Returns the Class value of the Literal.
toCode(CodeWriter) - Method in interface org.inxar.jenesis.Codeable
Renders the codeable object to the given writer and returns it.
toCode(CodeWriter) - Method in class com.inxar.jenesis.MLiteral
 
toCode(CodeWriter) - Method in class com.inxar.jenesis.MExpression
 
toCode(CodeWriter) - Method in class com.inxar.jenesis.MType
 
toCode(CodeWriter) - Method in class com.inxar.jenesis.MStatement
 
toCode(CodeWriter, Iterator) - Method in interface com.inxar.jenesis.util.BlockStyle
Sets an iterator of codeables to write as a block.
toDouble() - Method in interface org.inxar.jenesis.DoubleLiteral
Returns the double value of the Literal.
toFilename(CompilationUnit) - Method in class com.inxar.jenesis.MVC
 
toFloat() - Method in interface org.inxar.jenesis.FloatLiteral
Returns the float value of the Literal.
toInt() - Method in interface org.inxar.jenesis.IntLiteral
Returns the int value of the Literal.
toLong() - Method in interface org.inxar.jenesis.LongLiteral
Returns the long/code> value of the Literal.
toObject() - Method in interface org.inxar.jenesis.Literal
Returns the underlying Object.
toObject() - Method in class com.inxar.jenesis.MLiteral
 
toShort() - Method in interface org.inxar.jenesis.ShortLiteral
Returns the short value of the Literal.
toString() - Method in interface org.inxar.jenesis.StringLiteral
Returns the String value of the Literal.
toString() - Method in class com.inxar.jenesis.MType
 
True - interface org.inxar.jenesis.True.
Literal subinterface for true.
Try - interface org.inxar.jenesis.Try.
Statement subinterface for the try catch finally construct.
Type - interface org.inxar.jenesis.Type.
The Type superinterface.
type() - Method in interface org.inxar.jenesis.Ternary
Returns the type of this binary function as one of the constants in this interface.
type() - Method in interface org.inxar.jenesis.Binary
Returns the type of this binary function as one of the constants in this interface.
type() - Method in interface org.inxar.jenesis.Assign
Returns the type of this assignment as one of the constants in this interface.
type() - Method in interface org.inxar.jenesis.Comment
Returns the type of this comment.
type() - Method in interface org.inxar.jenesis.Unary
Returns the type of this unary function as one of the constants in this interface.
type() - Method in interface org.inxar.jenesis.Type
Returns the integer type as one of the constants in the type interface.
type() - Method in class com.inxar.jenesis.MComment
 
type() - Method in class com.inxar.jenesis.MType
 
TypeDeclaration - interface org.inxar.jenesis.TypeDeclaration.
Declaration subinterface for type declaration including class and interface delcarations.
TypeIterator - class com.inxar.jenesis.util.TypeIterator.
Implementation of Iterator which screens for the given type.
TypeIterator(Class, Enumeration, int) - Constructor for class com.inxar.jenesis.util.TypeIterator
 

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