org.jboss.weld.util.bytecode
Interface JumpMarker


public interface JumpMarker

Interface that represents a conditional jump or goto in bytecode.

When the mark method is called the jump site is updated to point to the end of the bytecode stream.

Author:
Stuart Douglas
See Also:
JumpUtils

Method Summary
 void mark()
          Changes the jump instructions target to the next bytecode to be added to the Bytecode
 

Method Detail

mark

void mark()
Changes the jump instructions target to the next bytecode to be added to the Bytecode



Copyright © 2013 Seam Framework. All Rights Reserved.