import { PSEditorImpl } from '../pseditor-impl'; import { IPSIPAddress } from './ipsipaddress'; export class PSIPAddressImpl extends PSEditorImpl implements IPSIPAddress { get cls(): string { return 'PSIPAddressImpl'; } instanceof(cls: string): boolean { if (cls == 'control.editor.IPSIPAddress') return true; return super.instanceof(cls); } }