Eclipse CDT
Pre-release 3.0

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

All Superinterfaces:
IASTDeclaration, IASTNode

public interface IASTASMDeclaration
extends IASTDeclaration

ASM Statement as a Declaration.


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTDeclaration
EMPTY_DECLARATION_ARRAY
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
EMPTY_NODE_ARRAY
 
Method Summary
 String getAssembly()
          Get the assembly value.
 void setAssembly(String assembly)
          Set the assembly value.
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent
 

Method Detail

getAssembly

String getAssembly()
Get the assembly value.

Returns:

setAssembly

void setAssembly(String assembly)
Set the assembly value.

Parameters:
assembly -

Eclipse CDT
Pre-release 3.0

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