Interface UpdateableElement

All Known Implementing Classes:
ElementImpl, ExecutableElementImpl, PackageElementImpl, SubClass.Method, SubClass.Variable, TypeElementImpl, TypeParameterElementImpl, VariableElementImpl

public interface UpdateableElement
  • Method Details

    • setEnclosingElement

      void setEnclosingElement(Element enclosingElement)
    • setModifiers

      void setModifiers(Set<Modifier> modifiers)
    • setSimpleName

      void setSimpleName(Name name)