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

Class NLambda

    • Constructor Detail

      • NLambda

        public NLambda(java.util.List<NNode> args,
                       NNode body,
                       java.util.List<NNode> defaults,
                       NName varargs,
                       NName kwargs)
      • NLambda

        public NLambda(java.util.List<NNode> args,
                       NNode body,
                       java.util.List<NNode> defaults,
                       NName varargs,
                       NName kwargs,
                       int start,
                       int end)
    • Method Detail

      • isLambda

        public boolean isLambda()
        Overrides:
        isLambda in class NNode
      • resolve

        public NType resolve(Scope s)
                      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 NFunctionDef
        Throws:
        java.lang.Exception
      • visit

        public void visit(NNodeVisitor v)
        Description copied from class: NNode
        Visits this node and optionally its children.

        Overrides:
        visit in class NFunctionDef
        Parameters:
        v - the object to call with this node. If the visitor returns true, the node also passes its children to the visitor.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.