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

Class Print

    • Field Detail

      • TYPE

        public static final PyType TYPE
    • Constructor Detail

      • Print

        public Print(PyType subType)
      • Print

        public Print()
      • Print

        public Print(org.antlr.runtime.Token token,
                     expr dest,
                     java.util.List<expr> values,
                     java.lang.Boolean nl)
      • Print

        public Print(java.lang.Integer ttype,
                     org.antlr.runtime.Token token,
                     expr dest,
                     java.util.List<expr> values,
                     java.lang.Boolean nl)
      • Print

        public Print(PythonTree tree,
                     expr dest,
                     java.util.List<expr> values,
                     java.lang.Boolean nl)
    • Method Detail

      • getInternalDest

        public expr getInternalDest()
      • setDest

        public void setDest(PyObject dest)
      • getInternalValues

        public java.util.List<expr> getInternalValues()
      • getValues

        public PyObject getValues()
      • setValues

        public void setValues(PyObject values)
      • getInternalNl

        public java.lang.Boolean getInternalNl()
      • setNl

        public void setNl(PyObject nl)
      • Print___init__

        public void Print___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.