Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface ILabel

All Superinterfaces:
IBinding

public interface ILabel
extends IBinding

Represents the mapping between goto statements and the label statements the go to.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
EMPTY_BINDING_ARRAY
 
Method Summary
 IASTLabelStatement getLabelStatement()
          Returns the label statement for this label.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding
getName, getNameCharArray, getScope
 

Method Detail

getLabelStatement

IASTLabelStatement getLabelStatement()
                                     throws DOMException
Returns the label statement for this label.

Returns:
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.