public interface Marker
java.util.List<Shadow> mark(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, ch.usi.dag.disl.snippet.Snippet snippet) throws ch.usi.dag.disl.exception.MarkerException
classNode
- represents class being markedmethodNode
- represents method being markedsnippet
- snippet defining the markerch.usi.dag.disl.exception.MarkerException