Top Fields Constructors Methods
org.python.compiler

pack-priv abstract Class Constant

extends Object
implements Opcodes
Class Inheritance
All Implemented Interfaces
org.objectweb.asm.Opcodes
Known Direct Subclasses
org.python.compiler.PyIntegerConstant, org.python.compiler.PyFloatConstant, org.python.compiler.PyComplexConstant, org.python.compiler.PyStringConstant, org.python.compiler.PyUnicodeConstant, org.python.compiler.PyLongConstant, org.python.compiler.PyCodeConstant, org.python.compiler.PyBytecodeConstant
Imports
java.io.IOException, org.objectweb.asm.Opcodes

Field Summary

Modifier and TypeField and Description
pack-priv static int
pack-priv Module
pack-priv String

Constructor Summary

AccessConstructor and Description
pack-priv

Method Summary

Modifier and TypeMethod and Description
pack-priv abstract void
get(Code mv)

pack-priv abstract void
put(Code mv)

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Field Detail

accessback to summary
pack-priv static int access
moduleback to summary
pack-priv Module module
nameback to summary
pack-priv String name

Constructor Detail

Constantback to summary
pack-priv Constant()

Method Detail

getback to summary
pack-priv abstract void get(Code mv) throws IOException
putback to summary
pack-priv abstract void put(Code mv) throws IOException