Class MethodContainer


  • public class MethodContainer
    extends Object
    Support class for event handlers tree viewer. Container for Method.
    • Constructor Detail

      • MethodContainer

        public MethodContainer​(OverridesFolder parent,
                               Method method,
                               TypeItem ownerTypeItem)
        Constructor.
        Parameters:
        parent - - parent fodler. Can't be null.
        method - - containing method. Can't be null.
        ownerTypeItem - - owner type item. Can't be null.
    • Method Detail

      • getParent

        public OverridesFolder getParent()
        Returns parent.
        Returns:
        parent. Can't return null.
      • getMethod

        public Method getMethod()
        Returns method.
        Returns:
        method. Can't return null.
      • getOwnerTypeItem

        public TypeItem getOwnerTypeItem()
        Returns owner type item.
        Returns:
        owner type item. Can't return null.