gov.llnl.babel.symbols
Class SplicerBlock
java.lang.Object
gov.llnl.babel.symbols.SplicerBlock
public class SplicerBlock
extends java.lang.Object
The SplicerBlock
class is a simple collection of
SB
instances.
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 .
|
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.
|
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
.
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.