org.eclipse.cdt.core.dom.ast
Interface IASTASMDeclaration
- All Superinterfaces:
- IASTDeclaration, IASTNode
- public interface IASTASMDeclaration
- extends IASTDeclaration
ASM Statement as a Declaration.
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
getAssembly
public String getAssembly()
- Get the assembly value.
- Returns:
setAssembly
public void setAssembly(String assembly)
- Set the assembly value.
- Parameters:
assembly
-
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.