Properties
Private _className
_className: string = ""
Private _constVariables
_const
Variables: Map<string, ConstVariable> = new Map<string, ConstVariable>()
Private _customeTypes
_customeTypes: Map<string, CustomeStateType> = new Map<string, CustomeStateType>()
Private _interfaces
_interfaces
: Map<string, DataInterface> = new Map<string, DataInterface>()
Private _methods
_methods: Map<string, MethodMetadata> = new Map<string, MethodMetadata>()
Private _states
_states: Map<string, StateMetadata> = new Map<string, StateMetadata>()