Top Fields Constructors Methods
org.python.antlr.ast

public Class ErrorExpr

extends expr
Class Inheritance
Imports
org.python.antlr.PythonTree, org.python.antlr.base.expr

Field Summary

Inherited from org.python.antlr.base.expr:
TYPE

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public <R> R
public int
public int
public String
toString()

Overrides org.python.antlr.PythonTree.toString.

Returns a string representation of the object.

public String
public void
Inherited from org.python.antlr.base.expr:
get_attributesget_fields

Constructor Detail

ErrorExprback to summary
public ErrorExpr(PythonTree tree)

Method Detail

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

Overrides org.python.antlr.PythonTree.accept.

getCol_offsetback to summary
public int getCol_offset()

Overrides org.python.antlr.PythonTree.getCol_offset.

getLinenoback to summary
public int getLineno()

Overrides org.python.antlr.PythonTree.getLineno.

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

toStringTreeback to summary
public String toStringTree()

Overrides org.python.antlr.PythonTree.toStringTree.

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

Overrides org.python.antlr.PythonTree.traverse.