public interface MElement extends JElement
Mutable version of JElement.
Modifier and Type | Method and Description |
---|---|
void |
accept(MVisitor visitor) |
MSourcePosition |
createSourcePosition() |
JamClassLoader |
getClassLoader() |
MSourcePosition |
getMutableSourcePosition() |
void |
removeSourcePosition() |
void |
setArtifact(java.lang.Object o) |
void |
setSimpleName(java.lang.String name) |
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, isSourceAvailable, toString
JamClassLoader getClassLoader()
void setSimpleName(java.lang.String name)
MSourcePosition createSourcePosition()
void removeSourcePosition()
MSourcePosition getMutableSourcePosition()
void accept(MVisitor visitor)
void setArtifact(java.lang.Object o)