Package nexj.core.scripting.Intrinsic

Examples of nexj.core.scripting.Intrinsic.UnaryJavaIntrinsicFunction


   /**
    * @see nexj.core.scripting.Intrinsic.IsolatedFunctions#getInstanceCollectionPFunction()
    */
   public IntrinsicFunction getInstanceCollectionPFunction()
   {
      return new UnaryJavaIntrinsicFunction()
      {
         protected Object invoke(Object obj)
         {
            return Boolean.valueOf(obj instanceof InstanceList);
         }
View Full Code Here

TOP

Related Classes of nexj.core.scripting.Intrinsic.UnaryJavaIntrinsicFunction

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.