Top Fields Constructors Methods
org.python.antlr.ast

public Class Exec

extends stmt
Class Inheritance
Known Direct Subclasses
org.python.antlr.ast.ExecDerived
Annotations
@ExposedType
name:_ast.Exec
base:stmt
Imports
org.antlr.runtime.Token, org.python.antlr.PythonTree, org.python.antlr.adapter.AstAdapters, org.python.antlr.base.expr, .stmt, org.python.core.ArgParser, .Py, .PyObject, .PyString, .PyStringMap, .PyType, org.python.expose.ExposedGet, .ExposedMethod, .ExposedNew, .ExposedSet, .ExposedType

Field Summary

Modifier and TypeField and Description
public PyObject
private static final PyString[]
private expr
private int
private static final PyString[]
private expr
private int
private expr
public static final PyType

Constructor Summary

AccessConstructor and Description
public
Exec(PyType subType)

public
Exec()

public
Exec(PyObject body, PyObject globals, PyObject locals)

public
Exec(Token token, expr body, expr globals, expr locals)

public
Exec(Integer ttype, Token token, expr body, expr globals, expr locals)

public
Exec(PythonTree tree, expr body, expr globals, expr locals)

Method Summary

Modifier and TypeMethod and Description
public <R> R
private void
public void
Exec___init__(PyObject[] args, String[] keywords)

public PyObject
fastGetDict()

Overrides org.python.core.PyObject.fastGetDict.

xxx implements where meaningful

public PyString[]
public PyString[]
public PyObject
public int
public PyObject
getDict()

Overrides org.python.core.PyObject.getDict.

xxx implements where meaningful

public PyObject
public expr
public expr
public expr
public int
public PyObject
public void
public void
setCol_offset(int num)

public void
public void
setLineno(int num)

public void
public String
toString()

Overrides org.python.antlr.PythonTree.toString.

Returns a string representation of the object.

public String
public void

Field Detail

__dict__back to summary
public PyObject __dict__
attributesback to summary
private static final PyString[] attributes

Hides org.python.antlr.base.stmt.attributes.

bodyback to summary
private expr body
col_offsetback to summary
private int col_offset
fieldsback to summary
private static final PyString[] fields

Hides org.python.antlr.base.stmt.fields.

globalsback to summary
private expr globals
linenoback to summary
private int lineno
localsback to summary
private expr locals
TYPEback to summary
public static final PyType TYPE

Hides org.python.antlr.base.stmt.TYPE.

Constructor Detail

Execback to summary
public Exec(PyType subType)
Execback to summary
public Exec()
Execback to summary
public Exec(PyObject body, PyObject globals, PyObject locals)
Execback to summary
public Exec(Token token, expr body, expr globals, expr locals)
Execback to summary
public Exec(Integer ttype, Token token, expr body, expr globals, expr locals)
Execback to summary
public Exec(PythonTree tree, expr body, expr globals, expr locals)

Method Detail

acceptback to summary
public <R> R accept(VisitorIF<R> visitor) throws Exception

Overrides org.python.antlr.PythonTree.accept.

ensureDictback to summary
private void ensureDict()
Exec___init__back to summary
public void Exec___init__(PyObject[] args, String[] keywords)
Annotations
@ExposedNew
@ExposedMethod
fastGetDictback to summary
public PyObject fastGetDict()

Overrides org.python.core.PyObject.fastGetDict.

Doc from org.python.core.PyObject.fastGetDict.

xxx implements where meaningful

Returns:PyObject

internal object per instance dict or null

Annotations
@Override

get_attributesback to summary
public PyString[] get_attributes()

Overrides org.python.antlr.base.stmt.get_attributes.

Annotations
@ExposedGet
name:_attributes
get_fieldsback to summary
public PyString[] get_fields()

Overrides org.python.antlr.base.stmt.get_fields.

Annotations
@ExposedGet
name:_fields
getBodyback to summary
public PyObject getBody()
Annotations
@ExposedGet
name:body
getCol_offsetback to summary
public int getCol_offset()

Overrides org.python.antlr.PythonTree.getCol_offset.

Annotations
@ExposedGet
name:col_offset
getDictback to summary
public PyObject getDict()

Overrides org.python.core.PyObject.getDict.

Doc from org.python.core.PyObject.getDict.

xxx implements where meaningful

Returns:PyObject

internal object __dict__ or null

Annotations
@ExposedGet
name:__dict__

getGlobalsback to summary
public PyObject getGlobals()
Annotations
@ExposedGet
name:globals
getInternalBodyback to summary
public expr getInternalBody()
getInternalGlobalsback to summary
public expr getInternalGlobals()
getInternalLocalsback to summary
public expr getInternalLocals()
getLinenoback to summary
public int getLineno()

Overrides org.python.antlr.PythonTree.getLineno.

Annotations
@ExposedGet
name:lineno
getLocalsback to summary
public PyObject getLocals()
Annotations
@ExposedGet
name:locals
setBodyback to summary
public void setBody(PyObject body)
Annotations
@ExposedSet
name:body
setCol_offsetback to summary
public void setCol_offset(int num)
Annotations
@ExposedSet
name:col_offset
setGlobalsback to summary
public void setGlobals(PyObject globals)
Annotations
@ExposedSet
name:globals
setLinenoback to summary
public void setLineno(int num)
Annotations
@ExposedSet
name:lineno
setLocalsback to summary
public void setLocals(PyObject locals)
Annotations
@ExposedSet
name:locals
toStringback to summary
public String toString()

Overrides org.python.antlr.PythonTree.toString.

Doc from java.lang.Object.toString.

Returns a string representation of the object. Satisfying this method's contract implies a non-null result must be returned.

Returns:String

a string representation of the object

Annotations
@ExposedGet
name:repr

toStringTreeback to summary
public String toStringTree()

Overrides org.python.antlr.PythonTree.toStringTree.

traverseback to summary
public void traverse(VisitorIF<?> visitor) throws Exception

Overrides org.python.antlr.PythonTree.traverse.