private With decodeWith(ActionFactory factory)
        {
            With a      = new With();
            int  size   = reader.readUI16();
            int  target = size + reader.Offset;

            a.endWith = factory.getLabel(target);
            return(a);
        }
Esempio n. 2
0
		private With decodeWith(ActionFactory factory)
		{
			With a = new With();
			int size = reader.readUI16();
			int target = size + reader.Offset;
			a.endWith = factory.getLabel(target);
			return a;
		}