gov.llnl.babel.symbols

Class SplicerBlock


public class SplicerBlock
extends java.lang.Object

The SplicerBlock class is a simple collection of SB instances.

Constructor Summary

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

Method Summary

void
addContents(String impl)
Append the splicer contents.
String
getLocation()
Return location of splicer block.
String
getName()
Return name of splicer block.
ArrayList
getSplicerContents()
Return the contents of the splicer block as a list of Strings.

Constructor Details

SplicerBlock

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

SplicerBlock

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

SplicerBlock

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

Method Details

addContents

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

getLocation

public String getLocation()
Return location of splicer block.

getName

public String getName()
Return name of splicer block.

getSplicerContents

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