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

Builder for Java AST operators.

## Method: createCastOperator
- parameter: `casttype`, type: `com.pnfsoftware.jeb.core.units.code.java.IJavaType`
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaOperator`

Description: Create cast\-to\-Object operator
parameter: casttype: 
return: 

## Method: get
- parameter: `optype`, type: `com.pnfsoftware.jeb.core.units.code.java.JavaOperatorType`
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaOperator`

Description: Retrieve a regular operator by type. Same as [#getStandardOperator(JavaOperatorType)](#getStandardOperator(JavaOperatorType)).
parameter: optype: 
return: 

## Method: getStandardOperator
- parameter: `optype`, type: `com.pnfsoftware.jeb.core.units.code.java.JavaOperatorType`
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaOperator`

Description: Retrieve a regular operator by type.
parameter: optype: 
return: 

## Method: getTypeFactory
- return type: `com.pnfsoftware.jeb.core.units.code.java.IJavaTypeFactory`

Description: 
return: 

