gov.llnl.babel.ast
public abstract class Extendable extends AttributedType
Class
es and Interface
s.Modifier and Type | Field and Description |
---|---|
protected Invariants |
d_invariants |
protected MethodList |
d_methodList |
d_attribList
ILLEGAL_NODEID
Constructor and Description |
---|
Extendable(ParseTreeNode src,
ASTNode parent,
Name name) |
Modifier and Type | Method and Description |
---|---|
Invariants |
getInvariants() |
MethodList |
getMethodList() |
void |
setInvariants(Invariants invariants) |
void |
setMethodList(MethodList methods) |
getAttributeList, setAttributeList
getDocComment, getFQN, getName, getUserSelected, getVersion, hasDocComment, setDocComment, setName, setUserSelected, setVersion
getTypeName
accept, getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntry
protected MethodList d_methodList
protected Invariants d_invariants
public Extendable(ParseTreeNode src, ASTNode parent, Name name)
public MethodList getMethodList()
public void setMethodList(MethodList methods)
public Invariants getInvariants()
public void setInvariants(Invariants invariants)