Home | History | Annotate | Download | only in javassist

Lines Matching refs:domain

981      * protection domain is not specified.
1021 * protection domain is not specified.
1047 * in <code>java.lang.Class</code>. It returns the domain that the
1057 * @param domain the protection domain for the class.
1058 * If it is null, the default domain created
1064 public Class toClass(CtClass ct, ClassLoader loader, ProtectionDomain domain)
1071 if (domain == null) {
1079 new Integer(b.length), domain};