gov.llnl.babel.ast
Class SplicerImplList
java.lang.Object
   gov.llnl.babel.ast.ASTNode
gov.llnl.babel.ast.ASTNode
       gov.llnl.babel.ast.NodeList
gov.llnl.babel.ast.NodeList
           gov.llnl.babel.ast.SplicerImplList
gov.llnl.babel.ast.SplicerImplList
- public class SplicerImplList 
- extends NodeList
 
 
 
 
 
 
| 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 | 
 
SplicerImplList
public SplicerImplList(ParseTreeNode src,
                       ASTNode parent)
addSplicerImpl
public boolean addSplicerImpl(SplicerImpl impl)
- 
 
addSplicerImpl
public boolean addSplicerImpl(java.lang.String impl)
- 
 
addDefaultImpl
public boolean addDefaultImpl()
- 
 
cloneEmpty
public NodeList cloneEmpty()
- 
- Specified by:
- cloneEmptyin class- NodeList
 
- 
 
accept
public java.lang.Object accept(Visitor v,
                               java.lang.Object data)
- Description copied from class: ASTNode
- implements "Visitor Pattern"
 
- 
- Specified by:
- acceptin class- ASTNode
 
- 
- Parameters:
- v- The visitor class
- data- Optional extra data
- Returns:
- Optional extra data
 
getDefaultCommentText
public static java.lang.String getDefaultCommentText()
-