Compiled Source
data class CompiledSource(longPool: List<Long>, stringPool: List<String>, functionParameters: List<List<CompiledParameter>>, functions: List<CompiledFunction>, sections: List<CompiledSection>, nodes: List<CompiledNode>) : Serializable
Content copied to clipboard
Types
Companion
Link copied to clipboard
Functions
long Const Or Null
Link copied to clipboard
serialize To
Link copied to clipboard
string Const
Link copied to clipboard
string Const Or Null
Link copied to clipboard
Properties
functionParameters
Link copied to clipboard
functions
Link copied to clipboard
nodes
Link copied to clipboard
sections
Link copied to clipboard
stringPool
Link copied to clipboard