Eclipse CDT
7.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
static IBinding[] EMPTY_LABEL_ARRAY
           
 
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
getLinkage, getName, getNameCharArray, getOwner, getScope
 

Field Detail

EMPTY_LABEL_ARRAY

static final IBinding[] EMPTY_LABEL_ARRAY
Since:
5.4
Method Detail

getLabelStatement

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


Eclipse CDT
7.0

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