Top Fields Constructors Methods
org.python.compiler

public Class SymInfo

extends Object
Class Inheritance

Field Summary

Modifier and TypeField and Description
public int
public int
public int

Constructor Summary

AccessConstructor and Description
public
SymInfo(int flags)

public
SymInfo(int flags, int locals_index)

Method Summary

Modifier and TypeMethod and Description
public String
toString()

Overrides java.lang.Object.toString.

Returns a string representation of the object.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

env_indexback to summary
public int env_index
flagsback to summary
public int flags
locals_indexback to summary
public int locals_index

Constructor Detail

SymInfoback to summary
public SymInfo(int flags)
SymInfoback to summary
public SymInfo(int flags, int locals_index)

Method Detail

toStringback to summary
public String toString()

Overrides java.lang.Object.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
@Override