Class ExpressionType


  • public class ExpressionType
    extends java.lang.Object
    Enumerates the expression types.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONSTANT  
      static java.lang.String JAVASCRIPT  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionType()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Iterator<java.lang.String> iterator()
      Gets possible types for the expression.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExpressionType

        public ExpressionType()
    • Method Detail

      • iterator

        public static java.util.Iterator<java.lang.String> iterator()
        Gets possible types for the expression.
        Returns:
        the