org.scaladebugger.api.lowlevel.events.JDIEventArgument.scala Maven / Gradle / Ivy
package org.scaladebugger.api.lowlevel.events
//import acyclic.file
import org.scaladebugger.api.lowlevel.JDIArgument
/**
* Represents an argument for a JDI Event.
*/
trait JDIEventArgument extends JDIArgument with Serializable {
/**
* Creates a new JDI event processor based on this argument.
*
* @return The new JDI event processor instance
*/
def toProcessor: JDIEventProcessor
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy