Uses of Interface
org.inxar.jenesis.Block

Packages that use Block
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Block in org.inxar.jenesis
 

Subinterfaces of Block in org.inxar.jenesis
 interface Case
          Statement subinterface for the case construct in a switch.
 interface Catch
          Statement subinterface for the catch construct in a try.
 interface ClassMethod
          Declaration subinterface for a method which may occur in a class and is a Block.
 interface ConditionalStatement
          Statement subinterface for the conditional statements (statements whose execution depends on the truthful evaluation of a predicate).
 interface Constructor
          Declaration subinterface for a class constructor.
 interface Default
          The default case clause the optional final case of a switch statement.
 interface DoWhile
          Statement subinterface for the do while construct.
 interface Else
          Statement subinterface for the else construct in an if.
 interface ElseIf
          Statement subinterface for the else if construct in an if.
 interface Finally
          Statement subinterface for the finally construct in a try.
 interface For
          Statement subinterface for the for construct.
 interface If
          Statement subinterface for the if, else if, else construct.
 interface InitializationDeclaration
          Declaration subinterface for an initialization structures including static initializers and constructors.
 interface LocalBlock
          Statement subinterface for a local block.
 interface StaticInitializer
          Declaration subinterface for a static initialization block.
 interface Switch
          Statement subinterface for the switch construct.
 interface Synchronized
          Statement subinterface for the synchronized construct.
 interface Try
          Statement subinterface for the try catch finally construct.
 interface While
          Statement subinterface for the while construct.