gov.llnl.babel.symbols
Class SplicerBlock

java.lang.Object
  extended by gov.llnl.babel.symbols.SplicerBlock

public class SplicerBlock
extends java.lang.Object

The SplicerBlock class is a simple collection of SB instances.


Constructor Summary
SplicerBlock(java.lang.String location, java.lang.String name)
          Create a new SplicerBlock.
SplicerBlock(java.lang.String location, java.lang.String name, boolean def, java.lang.String impl)
          Create a new SplicerBlock.
SplicerBlock(java.lang.String location, java.lang.String name, java.lang.String impl)
          Create a new SplicerBlock.
 
Method Summary
 void addContents(java.lang.String impl)
          Append the splicer contents.
 java.lang.String getLocation()
          Return location of splicer block.
 java.lang.String getName()
          Return name of splicer block.
 java.util.ArrayList getSplicerContents()
          Return the contents of the splicer block as a list of Strings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplicerBlock

public SplicerBlock(java.lang.String location,
                    java.lang.String name)
Create a new SplicerBlock.


SplicerBlock

public SplicerBlock(java.lang.String location,
                    java.lang.String name,
                    java.lang.String impl)
Create a new SplicerBlock.


SplicerBlock

public SplicerBlock(java.lang.String location,
                    java.lang.String name,
                    boolean def,
                    java.lang.String impl)
Create a new SplicerBlock.

Method Detail

addContents

public void addContents(java.lang.String impl)
Append the splicer contents.


getLocation

public java.lang.String getLocation()
Return location of splicer block.


getName

public java.lang.String getName()
Return name of splicer block.


getSplicerContents

public java.util.ArrayList getSplicerContents()
Return the contents of the splicer block as a list of Strings.