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;
		}