HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file util.compiler.TypeTable by barry
expand copy to clipboardexpand
uses OpParser

data TypeOffsetEntry {
	char name[]
	int offset
}

interface TypeTable {

	TypeTable()
	
	void add(store char name[], int offset)

	int getOffsetOf(char name[])

	TypeOffsetEntry[] getOffsets()
	
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n util.compiler.TypeTable -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: New compiler components