org.eclipse.cdt.core.dom.ast
Interface IASTGotoStatement
- All Superinterfaces:
- IASTNameOwner, IASTNode, IASTStatement
- public interface IASTGotoStatement
- extends IASTStatement, IASTNameOwner
Represents a goto statement.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
NAME
public static final ASTNodeProperty NAME
getName
public IASTName getName()
- Returns the name of the label. The name resolves to a ILabel binding.
- Returns:
IASTName
setName
public void setName(IASTName name)
- Set the name for a goto statement label.
- Parameters:
name
- IASTName
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.