Web Site

org.codehaus.janino
Interface Java.BlockStatement

All Superinterfaces:
Java.Locatable, Java.Scope
All Known Implementing Classes:
Java.Initializer, Java.Statement
Enclosing interface:
Java

public static interface Java.BlockStatement
extends Java.Locatable, Java.Scope

Base of all statements that can appear in a block.


Method Summary
 void visit(org.codehaus.janino.Visitor.BlockStatementVisitor visitor)
           
 
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwParseException
 
Methods inherited from interface org.codehaus.janino.Java.Scope
getEnclosingScope
 

Method Detail

visit

public void visit(org.codehaus.janino.Visitor.BlockStatementVisitor visitor)

Web Site