|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Iterator | |
com.inxar.jenesis | Classes which implement Java language elements. |
com.inxar.jenesis.util | Utility classes. |
org.inxar.jenesis | Interfaces which abstract Java language elements (read the desciption below). |
Uses of Iterator in com.inxar.jenesis |
Methods in com.inxar.jenesis that return Iterator | |
Iterator |
MVC.getClasspaths()
|
Iterator |
MVC.getSourcepaths()
|
Iterator |
MVC.getOptions()
|
Methods in com.inxar.jenesis with parameters of type Iterator | |
CodeWriter |
MCodeWriter.write(Iterator enum)
Writes each object element of the given enumeration. |
Uses of Iterator in com.inxar.jenesis.util |
Classes in com.inxar.jenesis.util that implement Iterator | |
class |
ArrayIterator
Implementation of Iterator which wraps an array. |
class |
EnumerationIterator
Implementation of Iterator which wraps an
Enumeration . |
class |
TypeIterator
Implementation of Iterator which screens for the given type. |
Methods in com.inxar.jenesis.util with parameters of type Iterator | |
void |
BlockStyle.toCode(CodeWriter out,
Iterator iterator)
Sets an iterator of codeables to write as a block. |
Uses of Iterator in org.inxar.jenesis |
Methods in org.inxar.jenesis that return Iterator | |
Iterator |
Switch.getCases()
Gets the set of cases as an iterator of Case . |
Iterator |
Constructor.getParameters()
Gets the list of formal parameters as an iterator of FormalParameter . |
Iterator |
Constructor.getThrows()
Gets the list of throws clauses as an iterator of String . |
Iterator |
Invoke.getArgs()
Gets the list of arguments as an iterator of Expression . |
Iterator |
If.getElseIfs()
Gets the list of else if's as an iterator of ElseIf . |
Iterator |
Let.getAssigns()
Gets the list of comma separated assignments as an iterator of Assign . |
Iterator |
Interface.getExtends()
Gets the list of extends clauses as an iterator of String . |
Iterator |
For.getInits()
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). |
Iterator |
For.getUpdates()
Gets the comma separated list of updates from this for statement as an iterator of Expression . |
Iterator |
Try.getCatches()
Gets the list of catches as an iterator of Catch . |
Iterator |
TypeDeclaration.getMembers()
Returns the list of member declarations as an iterator of Member . |
Iterator |
ClassDeclaration.getImplements()
Gets the list of implementation clauses as an iterator of String . |
Iterator |
ClassDeclaration.getConstructors()
Gets the list of constructors as an iterator of Constructor . |
Iterator |
ClassDeclaration.getStaticInitializers()
Gets the list of static initializers as an iterator of StaticInitializer . |
Iterator |
ClassDeclaration.getInnerClasses()
Gets the list of inner classes as an iterator of InnerClass . |
Iterator |
ClassDeclaration.getFields()
Gets the list of fields as an iterator of ClassField . |
Iterator |
ClassDeclaration.getMethods()
Gets the list of method as an iterator of ClassMethod . |
Iterator |
NewArray.getDims()
Gets the list of dimension expressions as an iterator of Expression . |
Iterator |
CompilationUnit.getImports()
Gets the list of imports as an iterator of ImportDeclaration |
Iterator |
CompilationUnit.getTypes()
Returns a list of types members as an iterator of TypeDeclaration . |
Iterator |
Block.getStatements()
Gets the list of statements as an iterator of Statement . |
Iterator |
ArrayAccess.getDims()
Returns a list of dimension-specifying expressions as an iterator of Expression . |
Iterator |
NewClass.getArgs()
Gets the list of arguments for this instance creation as an iterator of Expression . |
Iterator |
VirtualCompiler.getClasspaths()
Gets the classpath settings as an iterator of String . |
Iterator |
VirtualCompiler.getSourcepaths()
Gets the sourcepath settings as an iterator of String . |
Iterator |
VirtualCompiler.getOptions()
Gets the sourcepath settings as an iterator of String . |
Iterator |
Method.getParameters()
Gets the list of formal parameter declarations as an iterator of FormalParameter . |
Iterator |
Method.getThrows()
Gets the list of throws clauses as an iterator of String . |
Iterator |
DocumentationComment.getParams()
Returns an Iterator of String over
the list of param tags. |
Iterator |
DocumentationComment.getSees()
Returns an Iterator of String over
the list of see tags. |
Methods in org.inxar.jenesis with parameters of type Iterator | |
CodeWriter |
CodeWriter.write(Iterator iterator)
Writes each object element of the given iterator. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |