Java org.eclipse.jdt.core.dom ContinueStatement fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom ContinueStatement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom ContinueStatement.

The text is from its open source code.

Constructor

ContinueStatement(AST ast)
Creates a new unparented continue statement node owned by the given AST.

Method

SimpleNamegetLabel()
Returns the label of this continue statement, or null if there is none.
voidsetLabel(SimpleName label)
Sets or clears the label of this continue statement.