Top Fields Constructors Methods
org.python.compiler

pack-priv Class PyBytecodeConstant

Located in compilation unit of org.python.compiler.Module.

extends Constant
implements ClassConstants, Opcodes
Class Inheritance
All Implemented Interfaces
org.objectweb.asm.Opcodes, org.python.compiler.ClassConstants

Field Summary

Inherited from org.python.compiler.Constant:
accessmodulename

Constructor Summary

AccessConstructor and Description
pack-priv
PyBytecodeConstant(String name, String className, CompilerFlags cflags, Module module)

Method Summary

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

Implements abstract org.python.compiler.Constant.get.

pack-priv void
put(Code c)

Implements abstract org.python.compiler.Constant.put.

Constructor Detail

PyBytecodeConstantback to summary
pack-priv PyBytecodeConstant(String name, String className, CompilerFlags cflags, Module module) throws Exception

Method Detail

getback to summary
pack-priv void get(Code c) throws IOException

Implements abstract org.python.compiler.Constant.get.

Annotations
@Override
putback to summary
pack-priv void put(Code c) throws IOException

Implements abstract org.python.compiler.Constant.put.

Annotations
@Override