public class StmtsDoc extends Object implements Tagged, Iterable<StmtsBlock>
| Constructor and Description |
|---|
StmtsDoc(RawStmtsDoc rawStmtsDoc) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getBindings() |
List<StmtsBlock> |
getBlocks() |
String |
getName() |
Map<String,String> |
getParams() |
List<StmtDef> |
getStmts() |
Map<String,String> |
getTags() |
@NotNull Iterator<StmtsBlock> |
iterator()
Allow StmtsDoc to be used in iterable loops.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic StmtsDoc(RawStmtsDoc rawStmtsDoc)
public List<StmtsBlock> getBlocks()
public Map<String,String> getParams()
public Map<String,String> getBindings()
public String getName()
public List<StmtDef> getStmts()
@NotNull public @NotNull Iterator<StmtsBlock> iterator()
iterator in interface Iterable<StmtsBlock>StmtsBlockCopyright © 2017. All rights reserved.