Class MethodGraph.Compiler.Default.Key.Store.Entry.Resolved.Node

    • Constructor Detail

      • Node

        protected Node​(MethodGraph.Compiler.Default.Key.Detached key,
                       MethodDescription methodDescription,
                       Visibility visibility,
                       boolean visible)
        Creates a new node.
        Parameters:
        key - The detached key representing this node.
        methodDescription - The representative method of this node.
        visibility - The node's minimal visibility.
        visible - true if the represented method was made explicitly visible by a visibility bridge.