Documentation of 'org.python.antlr.ast.Call' Java class
Call
org.python.antlr.ast

Class Call

    • Field Detail

      • TYPE

        public static final PyType TYPE
    • Constructor Detail

      • Call

        public Call(PyType subType)
      • Call

        public Call()
      • Call

        public Call(org.antlr.runtime.Token token,
                    expr func,
                    java.util.List<expr> args,
                    java.util.List<keyword> keywords,
                    expr starargs,
                    expr kwargs)
      • Call

        public Call(java.lang.Integer ttype,
                    org.antlr.runtime.Token token,
                    expr func,
                    java.util.List<expr> args,
                    java.util.List<keyword> keywords,
                    expr starargs,
                    expr kwargs)
    • Method Detail

      • getInternalFunc

        public expr getInternalFunc()
      • setFunc

        public void setFunc(PyObject func)
      • getInternalArgs

        public java.util.List<expr> getInternalArgs()
      • setArgs

        public void setArgs(PyObject args)
      • getInternalKeywords

        public java.util.List<keyword> getInternalKeywords()
      • getKeywords

        public PyObject getKeywords()
      • setKeywords

        public void setKeywords(PyObject keywords)
      • getInternalStarargs

        public expr getInternalStarargs()
      • getStarargs

        public PyObject getStarargs()
      • setStarargs

        public void setStarargs(PyObject starargs)
      • getInternalKwargs

        public expr getInternalKwargs()
      • getKwargs

        public PyObject getKwargs()
      • setKwargs

        public void setKwargs(PyObject kwargs)
      • Call___init__

        public void Call___init__(PyObject[] args,
                                  java.lang.String[] keywords)
      • accept

        public <R> R accept(VisitorIF<R> visitor)
                     throws java.lang.Exception
        Overrides:
        accept in class PythonTree
        Throws:
        java.lang.Exception
      • traverse

        public void traverse(VisitorIF<?> visitor)
                      throws java.lang.Exception
        Overrides:
        traverse in class PythonTree
        Throws:
        java.lang.Exception
      • fastGetDict

        public PyObject fastGetDict()
        Description copied from class: PyObject
        xxx implements where meaningful
        Overrides:
        fastGetDict in class PyObject
        Returns:
        internal object per instance dict or null
      • getDict

        public PyObject getDict()
        Description copied from class: PyObject
        xxx implements where meaningful
        Overrides:
        getDict in class PyObject
        Returns:
        internal object __dict__ or null
      • setLineno

        public void setLineno(int num)
      • setCol_offset

        public void setCol_offset(int num)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.