gov.llnl.babel.ast
Class SplicerImplList

java.lang.Object
  extended by gov.llnl.babel.ast.ASTNode
      extended by gov.llnl.babel.ast.NodeList
          extended by gov.llnl.babel.ast.SplicerImplList

public class SplicerImplList
extends NodeList


Field Summary
 
Fields inherited from class gov.llnl.babel.ast.NodeList
d_list
 
Fields inherited from class gov.llnl.babel.ast.ASTNode
ILLEGAL_NODEID
 
Constructor Summary
SplicerImplList(ParseTreeNode src, ASTNode parent)
           
 
Method Summary
 java.lang.Object accept(Visitor v, java.lang.Object data)
          implements "Visitor Pattern"
 boolean addDefaultImpl()
           
 boolean addSplicerImpl(SplicerImpl impl)
           
 boolean addSplicerImpl(java.lang.String impl)
           
 NodeList cloneEmpty()
           
static java.lang.String getDefaultCommentText()
           
 
Methods inherited from class gov.llnl.babel.ast.NodeList
clear, getList, isEmpty, iterator, listiterator, size
 
Methods inherited from class gov.llnl.babel.ast.ASTNode
getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplicerImplList

public SplicerImplList(ParseTreeNode src,
                       ASTNode parent)
Method Detail

addSplicerImpl

public boolean addSplicerImpl(SplicerImpl impl)

addSplicerImpl

public boolean addSplicerImpl(java.lang.String impl)

addDefaultImpl

public boolean addDefaultImpl()

cloneEmpty

public NodeList cloneEmpty()
Specified by:
cloneEmpty in class NodeList

accept

public java.lang.Object accept(Visitor v,
                               java.lang.Object data)
Description copied from class: ASTNode
implements "Visitor Pattern"

Specified by:
accept in class ASTNode
Parameters:
v - The visitor class
data - Optional extra data
Returns:
Optional extra data

getDefaultCommentText

public static java.lang.String getDefaultCommentText()