Class TargetApplicationClassOrInterfaceRepresentation

java.lang.Object
com.gmail.aydinov.sergey.simple_debugger_plugin.abstraction.TargetApplicationClassOrInterfaceRepresentation
All Implemented Interfaces:
TargetApplicationElementRepresentation, Cloneable

public class TargetApplicationClassOrInterfaceRepresentation extends Object implements TargetApplicationElementRepresentation
Representation of a target application class or interface in the debugged JVM. Contains information about its methods and fields.

Author: Sergei Aidinov
Email: sergey.aydinov@gmail.com