public abstract class Extendable extends AttributedType
Classes and Interfaces.| Modifier and Type | Field and Description |
|---|---|
protected Invariants |
d_invariants |
protected MethodList |
d_methodList |
d_attribListILLEGAL_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, setAttributeListgetDocComment, getFQN, getName, getUserSelected, getVersion, hasDocComment, setDocComment, setName, setUserSelected, setVersiongetTypeNameaccept, getFilename, getFirstToken, getLastToken, getNodeId, getParent, getParseTreeNode, getSymbolTableEntry, setFirstToken, setLastToken, setNodeId, setParent, setParseTreeNode, setSymbolTableEntryprotected 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)