List of usage examples for org.objectweb.asm Type subclass-usage
From source file com.gargoylesoftware.js.nashorn.internal.codegen.types.BooleanType.java
/** * The boolean type class */ public final class BooleanType extends Type { private static final long serialVersionUID = 1L;
From source file com.gargoylesoftware.js.nashorn.internal.codegen.types.ObjectType.java
/** * Type class: OBJECT This is the object type, used for all object types. It can * contain a class that is a more specialized object */ class ObjectType extends Type { private static final long serialVersionUID = 1L;