Documentation of 'org.python.indexer.ast.NBody' Java class
NBody
org.python.indexer.ast

Class NBody

  • All Implemented Interfaces:
    java.io.Serializable


    public class NBody
    extends NBlock
    An NBlock variant used for the bodies of functions, lambdas, classes and modules.
    See Also:
    Serialized Form
    • Constructor Detail

      • NBody

        public NBody(NBlock block)
      • NBody

        public NBody(java.util.List<NNode> seq)
      • NBody

        public NBody(java.util.List<NNode> seq,
                     int start,
                     int end)
    • Method Detail

      • resolve

        public NType resolve(Scope scope)
                      throws java.lang.Exception
        Description copied from class: NNode
        Node should set the resolved type in its NNode.type field and also return it.
        Overrides:
        resolve in class NBlock
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.