org.python.compiler
Class SymInfo

java.lang.Object
  extended byorg.python.compiler.SymInfo

public class SymInfo
extends Object


Field Summary
 int env_index
           
 int flags
           
 int locals_index
           
 
Constructor Summary
SymInfo(int flags)
           
SymInfo(int flags, int locals_index)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

flags

public int flags

locals_index

public int locals_index

env_index

public int env_index
Constructor Detail

SymInfo

public SymInfo(int flags)

SymInfo

public SymInfo(int flags,
               int locals_index)