# Interface: com.pnfsoftware.jeb.core.units.code.java.IJavaMethodFactory

AST [IJavaMethod](IJavaMethod) factory.

## Method: create
- parameter: `msig`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaMethod`

Description: Create or retrieve a method AST by signature.
parameter: msig: method signature
return: method AST

## Method: get
- parameter: `msig`, type: `java.lang.String`
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaMethod`

Description: Retrieve a method AST by signature.
parameter: msig: method signature
return: method AST, or null if unavailable

