Interface JStatement

All Superinterfaces:
JCommentable
All Known Subinterfaces:
JAssignableExpr, JBlock, JCatch, JFor, JIf, JSwitch, JTry

public interface JStatement extends JCommentable
A statement in a program.
Author:
David M. Lloyd