com.ibm.etools.cobol.application.model.cobol
Interface ASTNodeLite

All Superinterfaces:
org.eclipse.emf.ecore.EObject, LiteNode, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ASTNodeLiteImpl

public interface ASTNodeLite
extends LiteNode

A representation of the model object 'AST Node Lite'.

The following features are supported:

See Also:
COBOLPackage.getASTNodeLite()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ASTNode getAstNode()
          Returns the value of the 'Ast Node' reference.
 void setAstNode(ASTNode value)
          Sets the value of the 'Ast Node' reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.LiteNode
getSourceLoc, setSourceLoc
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getAstNode

ASTNode getAstNode()
Returns the value of the 'Ast Node' reference.

If the meaning of the 'Ast Node' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Ast Node' reference.
See Also:
setAstNode(ASTNode), COBOLPackage.getASTNodeLite_AstNode()

setAstNode

void setAstNode(ASTNode value)
Sets the value of the 'Ast Node' reference.

Parameters:
value - the new value of the 'Ast Node' reference.
See Also:
getAstNode()