public final class NamedAugmentation extends GoloElement implements FunctionContainer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(GoloIrVisitor visitor) |
NamedAugmentation |
add(java.lang.Object fun) |
void |
addFunction(GoloFunction func) |
void |
addFunctions(java.util.Collection<GoloFunction> funcs) |
java.util.Set<GoloFunction> |
getFunctions() |
java.lang.String |
getName() |
PackageAndClass |
getPackageAndClass() |
boolean |
hasFunctions() |
NamedAugmentation |
ofAST(GoloASTNode node) |
protected void |
replaceElement(GoloElement original,
GoloElement newElement) |
void |
walk(GoloIrVisitor visitor) |
cantConvert, cantReplace, cantReplace, doesNotContain, getASTNode, getDocumentation, getLocalReferenceTable, getParentNode, getPositionInSourceCode, hasASTNode, makeParentOf, replaceInParentBy, setASTNode, setParentNodepublic java.lang.String getName()
public PackageAndClass getPackageAndClass()
public NamedAugmentation ofAST(GoloASTNode node)
ofAST in class GoloElementpublic java.util.Set<GoloFunction> getFunctions()
getFunctions in interface FunctionContainerpublic void addFunction(GoloFunction func)
addFunction in interface FunctionContainerpublic void addFunctions(java.util.Collection<GoloFunction> funcs)
addFunctions in interface FunctionContainerpublic boolean hasFunctions()
hasFunctions in interface FunctionContainerpublic NamedAugmentation add(java.lang.Object fun)
public void accept(GoloIrVisitor visitor)
accept in class GoloElementpublic void walk(GoloIrVisitor visitor)
walk in class GoloElementprotected void replaceElement(GoloElement original, GoloElement newElement)
replaceElement in class GoloElement