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

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

Introduction

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

The text is from its open source code.

Constructor

BreakStatement(AST ast)
Creates a new unparented break statement node owned by the given AST.

Method

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