public interface

IJavaContinue

implements IJavaStatement
com.pnfsoftware.jeb.core.units.code.java.IJavaContinue

Class Overview

Java AST interface to represent a continue statement. A continue statement may have an optional loop label.

Summary

[Expand]
Inherited Constants
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaElement
Public Methods
abstract IJavaContinue duplicate()
Duplicate this element.
abstract IJavaLabel getLabel()
Get the optional continue label.
abstract void setLabel(IJavaLabel label)
Set the continue label.
[Expand]
Inherited Methods
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaElement
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaExpression
From interface com.pnfsoftware.jeb.core.units.code.java.IJavaStatement

Public Methods

public abstract IJavaContinue duplicate ()

Duplicate this element.

Returns
  • a (possibly) duplicated object of the same type

public abstract IJavaLabel getLabel ()

Get the optional continue label.

Returns
  • the label, null if none

public abstract void setLabel (IJavaLabel label)

Set the continue label.

Parameters
label optional label