Org.Mozilla.Classfile.ConstantPool.ConstantPool C# (CSharp) Метод

ConstantPool() приватный Метод

private ConstantPool ( ClassFileWriter cfw ) : System
cfw ClassFileWriter
Результат System
		internal ConstantPool(ClassFileWriter cfw)
		{
			this.cfw = cfw;
			itsTopIndex = 1;
			// the zero'th entry is reserved
			itsPool = new byte[ConstantPoolSize];
			itsTop = 0;
		}