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

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

Introduction

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

The text is from its open source code.

Constructor

LabeledStatement(AST ast)
Creates a new AST node for a labeled statement owned by the given AST.

Method

StatementgetBody()
Returns the body of this labeled statement.
SimpleNamegetLabel()
Returns the label of this labeled statement.
voidsetBody(Statement statement)
Sets the body of this labeled statement.
voidsetLabel(SimpleName label)
Sets the label of this labeled statement.