Package com.yworks.yshrink.model
Class InvocationFactory
- java.lang.Object
-
- com.yworks.yshrink.model.InvocationFactory
-
public class InvocationFactory extends java.lang.ObjectThe type Invocation factory.
-
-
Constructor Summary
Constructors Constructor Description InvocationFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static InvocationFactorygetInstance()Gets instance.protected InvocationgetInvocation(int opcode, java.lang.String type, java.lang.String name, java.lang.String desc)Gets invocation.
-
-
-
Method Detail
-
getInstance
protected static InvocationFactory getInstance()
Gets instance.- Returns:
- the instance
-
getInvocation
protected Invocation getInvocation(int opcode, java.lang.String type, java.lang.String name, java.lang.String desc)
Gets invocation.- Parameters:
opcode- the opcodetype- the typename- the namedesc- the desc- Returns:
- the invocation
-
-