import { IPSTreeExpBarParam } from './ipstree-exp-bar-param'; import { PSExpBarParamImpl } from './psexp-bar-param-impl'; export class PSTreeExpBarParamImpl extends PSExpBarParamImpl implements IPSTreeExpBarParam { get cls(): string { return 'PSTreeExpBarParamImpl'; } instanceof(cls: string): boolean { if (cls == 'control.expbar.IPSTreeExpBarParam') return true; return super.instanceof(cls); } }