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

G

generate() - Method in class examples.SimpleGenerator
Final step: Generate the class.
getAccess() - Method in interface org.inxar.jenesis.Access
Gets the access level as one of the constants in this interface.
getArgs() - Method in interface org.inxar.jenesis.Invoke
Gets the list of arguments as an iterator of Expression.
getArgs() - Method in interface org.inxar.jenesis.ArrayInitializer
Gets the array initialization expressions.
getArgs() - Method in interface org.inxar.jenesis.NewClass
Gets the list of arguments for this instance creation as an iterator of Expression.
getAssigns() - Method in interface org.inxar.jenesis.Let
Gets the list of comma separated assignments as an iterator of Assign.
getAuthor() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the author tag.
getCases() - Method in interface org.inxar.jenesis.Switch
Gets the set of cases as an iterator of Case.
getCatches() - Method in interface org.inxar.jenesis.Try
Gets the list of catches as an iterator of Catch.
getClasspaths() - Method in interface org.inxar.jenesis.VirtualCompiler
Gets the classpath settings as an iterator of String.
getClasspaths() - Method in class com.inxar.jenesis.MVC
 
getCode() - Method in interface org.inxar.jenesis.Freeform
Gets the code for this expression.
getCodebase() - Method in interface org.inxar.jenesis.CompilationUnit
Returns the filesystem location where the compilation unit should be written.
getColumnNumber() - Method in interface org.inxar.jenesis.CodeWriter
Returns the current number of characters in the current line.
getColumnNumber() - Method in class com.inxar.jenesis.MCodeWriter
Returns the current number of characters in the current line.
getComment() - Method in interface org.inxar.jenesis.Codeable
Gets the comment for this Codeable object.
getComment() - Method in class com.inxar.jenesis.MLiteral
 
getCompiler() - Method in class org.inxar.jenesis.VirtualMachine
Returns the active compiler.
getCompiler() - Method in class com.inxar.jenesis.MVM
 
getComponentType() - Method in interface org.inxar.jenesis.ArrayType
Gets the component type
getConstant() - Method in interface org.inxar.jenesis.Case
Gets the constant expression for this condition.
getConstructors() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of constructors as an iterator of Constructor.
getDate() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the date tag.
getDefault() - Method in interface org.inxar.jenesis.Switch
Gets the default case.
getDeprecated() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the deprecated tag.
getDestination() - Method in interface org.inxar.jenesis.VirtualCompiler
Gets the base destination where new classes should be written.
getDestination() - Method in class com.inxar.jenesis.MVC
 
getDims() - Method in interface org.inxar.jenesis.ArrayType
Gets the number of dimensions of this array type.
getDims() - Method in interface org.inxar.jenesis.NewArray
Gets the list of dimension expressions as an iterator of Expression.
getDims() - Method in interface org.inxar.jenesis.ArrayAccess
Returns a list of dimension-specifying expressions as an iterator of Expression.
getElse() - Method in interface org.inxar.jenesis.If
Gets the optional Else clause.
getElseIfs() - Method in interface org.inxar.jenesis.If
Gets the list of else if's as an iterator of ElseIf.
getException() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the exception tag.
getExponent() - Method in interface org.inxar.jenesis.ScientificLiteral
Returns the exponent.
getExpression() - Method in interface org.inxar.jenesis.ExpressionStatement
Gets the Expression for this Statement.
getExpression() - Method in interface org.inxar.jenesis.Return
Gets the expression for this return statement.
getExpression() - Method in interface org.inxar.jenesis.Field
Gets the initial value of this Field.
getExpression() - Method in interface org.inxar.jenesis.Cast
Gets the Expression for the cast (the right hand part of the expression).
getExtends() - Method in interface org.inxar.jenesis.Interface
Gets the list of extends clauses as an iterator of String.
getExtends() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the extends clause.
getFields() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of fields as an iterator of ClassField.
getFinally() - Method in interface org.inxar.jenesis.Try
Gets the optional Finally statement.
getGoto() - Method in interface org.inxar.jenesis.Continue
Gets the target for this continue statement.
getGoto() - Method in interface org.inxar.jenesis.Break
Gets the target for this break statement.
getImplements() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of implementation clauses as an iterator of String.
getImports() - Method in interface org.inxar.jenesis.CompilationUnit
Gets the list of imports as an iterator of ImportDeclaration
getIndentNumber() - Method in interface org.inxar.jenesis.Freeform
Returns the current number of indentation levels.
getIndentNumber() - Method in interface org.inxar.jenesis.CodeWriter
Returns the current number of indentation levels.
getIndentNumber() - Method in class com.inxar.jenesis.MCodeWriter
Returns the current number of indentation levels.
getInitializer() - Method in interface org.inxar.jenesis.NewArray
Gets the array initialization expression.
getInits() - Method in interface org.inxar.jenesis.For
Gets the comma separated list of initialzers from this for statement as an iterator of Expression OR a single Let object (depending on how it was defined).
getInnerClasses() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of inner classes as an iterator of InnerClass.
getLabel() - Method in interface org.inxar.jenesis.Statement
Gets the label for the statement.
getLabel() - Method in class com.inxar.jenesis.MStatement
 
getLineNumber() - Method in interface org.inxar.jenesis.CodeWriter
Returns the number of lines of the current document.
getLineNumber() - Method in class com.inxar.jenesis.MCodeWriter
Returns the number of lines of the current document.
getLValue() - Method in interface org.inxar.jenesis.Binary
Getter method for the left side.
getMembers() - Method in interface org.inxar.jenesis.TypeDeclaration
Returns the list of member declarations as an iterator of Member.
getMethods() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of method as an iterator of ClassMethod.
getMutex() - Method in interface org.inxar.jenesis.Synchronized
Gets the object or expression to synchronize upon.
getName() - Method in interface org.inxar.jenesis.FormalParameter
Getter method for the formal parameter identifier.
getName() - Method in interface org.inxar.jenesis.ClassType
Gets the name of this class type.
getName() - Method in interface org.inxar.jenesis.Namespace
Gets the string identifier.
getName() - Method in interface org.inxar.jenesis.Variable
Gets the name of this variable.
getName() - Method in interface org.inxar.jenesis.Member
Gets the identifier for this member.
getName() - Method in interface org.inxar.jenesis.Import
Gets the name of the class or package to be imported.
getNamespace() - Method in interface org.inxar.jenesis.CompilationUnit
Returns the package name as a Package.
getOptions() - Method in interface org.inxar.jenesis.VirtualCompiler
Gets the sourcepath settings as an iterator of String.
getOptions() - Method in class com.inxar.jenesis.MVC
 
getParameters() - Method in interface org.inxar.jenesis.Constructor
Gets the list of formal parameters as an iterator of FormalParameter.
getParameters() - Method in interface org.inxar.jenesis.Method
Gets the list of formal parameter declarations as an iterator of FormalParameter.
getParams() - Method in interface org.inxar.jenesis.DocumentationComment
Returns an Iterator of String over the list of param tags.
getParentClass() - Method in interface org.inxar.jenesis.InnerClass
Returns the enclosing class.
getPrecision() - Method in interface org.inxar.jenesis.ScientificLiteral
Returns the precision (numbers before the decimal point).
getPredicate() - Method in interface org.inxar.jenesis.ConditionalStatement
Gets the expression for this condition.
getQualifier() - Method in interface org.inxar.jenesis.Accessor
Sets the qualified name of the resource container object.
getQualifier() - Method in interface org.inxar.jenesis.NewClass
Sets the qualifier for this instance creation.
getReturn() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the return tag.
getRValue() - Method in interface org.inxar.jenesis.Binary
Getter method for the right side.
getScale() - Method in interface org.inxar.jenesis.ScientificLiteral
Returns the scale (numbers after the decimal point).
getSees() - Method in interface org.inxar.jenesis.DocumentationComment
Returns an Iterator of String over the list of see tags.
getSerial() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the serial tag.
getSerialData() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the serialData tag.
getSerialField() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the serialField tag.
getSince() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the since tag.
getSourcepaths() - Method in interface org.inxar.jenesis.VirtualCompiler
Gets the sourcepath settings as an iterator of String.
getSourcepaths() - Method in class com.inxar.jenesis.MVC
 
getStatements() - Method in interface org.inxar.jenesis.Block
Gets the list of statements as an iterator of Statement.
getStaticInitializers() - Method in interface org.inxar.jenesis.ClassDeclaration
Gets the list of static initializers as an iterator of StaticInitializer.
getText() - Method in interface org.inxar.jenesis.Comment
Gets the text for this comment.
getText() - Method in class com.inxar.jenesis.MComment
 
getThrowable() - Method in interface org.inxar.jenesis.Catch
Gets the formal parameter for this catch clause.
getThrowable() - Method in interface org.inxar.jenesis.Throw
Gets the expression for this throw statement.
getThrows() - Method in interface org.inxar.jenesis.Constructor
Gets the list of throws clauses as an iterator of String.
getThrows() - Method in interface org.inxar.jenesis.Method
Gets the list of throws clauses as an iterator of String.
getThrows() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the throws tag.
getTopLevelType() - Method in interface org.inxar.jenesis.CompilationUnit
Gets the top level class or interface.
getType() - Method in interface org.inxar.jenesis.Field
Gets the (return) type of this Field.
getType() - Method in interface org.inxar.jenesis.FormalParameter
Getter method for the formal parameter type.
getType() - Method in interface org.inxar.jenesis.Let
Gets the type for this declaration.
getType() - Method in interface org.inxar.jenesis.Expression
Returns the return type of this Expression.
getType() - Method in interface org.inxar.jenesis.Method
Gets the (return) type of this method.
getType() - Method in class com.inxar.jenesis.MLiteral
 
getTypes() - Method in interface org.inxar.jenesis.CompilationUnit
Returns a list of types members as an iterator of TypeDeclaration.
getUnit() - Method in interface org.inxar.jenesis.TypeDeclaration
Returns the enclosing compilation unit.
getUpdates() - Method in interface org.inxar.jenesis.For
Gets the comma separated list of updates from this for statement as an iterator of Expression.
getValue() - Method in interface org.inxar.jenesis.Unary
Getter method for the operand.
getValue1() - Method in interface org.inxar.jenesis.Ternary
Accessor method for the first operand.
getValue2() - Method in interface org.inxar.jenesis.Ternary
Accessor method for the second operand.
getValue3() - Method in interface org.inxar.jenesis.Ternary
Accessor method for the third operand.
getVariable() - Method in interface org.inxar.jenesis.Assign
Gets the lvalue.
getVersion() - Method in interface org.inxar.jenesis.DocumentationComment
Returns the version tag.
getVirtualMachine() - Static method in class org.inxar.jenesis.VirtualMachine
Returns the default VirtualMachine implementation previously set using the static setVirtualMachine(VirtualMachine) method OR returns the reference implementation (com.inxar.jenesis.MVM.
GREATER - Static variable in class com.inxar.jenesis.util.MemberComparator
 
GROUP - Static variable in interface org.inxar.jenesis.Unary
Unary function type for a group of parentheses: (expr).
GT - Static variable in interface org.inxar.jenesis.Binary
Binary function type for predicate greater than: (a > b).
GTE - Static variable in interface org.inxar.jenesis.Binary
Binary function type for compund predicate greater than or equal: (a => b).

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