Top Fields Constructors Methods
org.python.antlr.base

public abstract Class mod

extends PythonTree
Class Inheritance
Known Direct Subclasses
org.python.antlr.ast.ErrorMod, org.python.antlr.ast.Expression, org.python.antlr.ast.Interactive, org.python.antlr.ast.Module, org.python.antlr.ast.Suite
Annotations
@ExposedType
name:_ast.mod
base:AST
Imports
org.antlr.runtime.Token, org.python.antlr.AST, .PythonTree, org.python.antlr.base.mod, org.python.core.PyString, .PyType, org.python.expose.ExposedGet, .ExposedType

Field Summary

Modifier and TypeField and Description
private static final PyString[]
private static final PyString[]
public static final PyType
Inherited from org.python.antlr.PythonTree:
childrenfrom_future_checked

Constructor Summary

AccessConstructor and Description
public
mod()

public
mod(PyType subType)

public
mod(int ttype, Token token)

public
mod(Token token)

public

Method Summary

Modifier and TypeMethod and Description
public PyString[]
public PyString[]
Inherited from org.python.antlr.PythonTree:
acceptaddChildaddChildrencreateChildrenListdeleteChilddottedNameListToStringdumpThisdumpThisdumpThisdupNodefreshenParentAndChildIndexesfreshenParentAndChildIndexesgetAntlrTypegetCharPositionInLinegetCharStartIndexgetCharStopIndexgetChildgetChildCountgetChildIndexgetChildrengetCol_offsetgetFirstChildWithTypegetLinegetLinenogetNodegetParentgetTextgetTokengetTokenStartIndexgetTokenStopIndexisNilrefersDirectlyToreplaceChildrensetCharStartIndexsetCharStopIndexsetChildsetChildIndexsetParentsetTokenStartIndexsetTokenStopIndextoStringtoStringTreetraversetraverse

Field Detail

attributesback to summary
private static final PyString[] attributes

Hides org.python.core.PyObject.attributes.

fieldsback to summary
private static final PyString[] fields
TYPEback to summary
public static final PyType TYPE

Hides org.python.antlr.AST.TYPE.

Constructor Detail

modback to summary
public mod()
modback to summary
public mod(PyType subType)
modback to summary
public mod(int ttype, Token token)
modback to summary
public mod(Token token)
modback to summary
public mod(PythonTree node)

Method Detail

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