Interface FlowControl

All Superinterfaces:
BytecodeNode
All Known Implementing Classes:
DoWhileLoop, ForLoop, IfStatement, SwitchStatement, TryCatch, WhileLoop

public interface FlowControl extends BytecodeNode
  • Method Details

    • getComment

      String getComment()