Uses of Class
net.esper.type.PrimitiveValueType

Packages that use PrimitiveValueType
net.esper.eql.parse Parsers and AST tree walkers and helper classes transforming AST into business objects 
net.esper.type Internal primitive, enum and other type representations 
 

Uses of PrimitiveValueType in net.esper.eql.parse
 

Methods in net.esper.eql.parse with parameters of type PrimitiveValueType
static boolean ASTConstantHelper.canConvert(int astTypeConstant, PrimitiveValueType targetType)
          Answers the question of whether a given AST constant node can be converted via parsing into a primitive value of a given type.
 

Uses of PrimitiveValueType in net.esper.type
 

Methods in net.esper.type that return PrimitiveValueType
 PrimitiveValueType StringValue.getType()
           
 PrimitiveValueType ShortValue.getType()
           
 PrimitiveValueType PrimitiveValue.getType()
          Returns the type of primitive value this instance represents.
 PrimitiveValueType LongValue.getType()
           
 PrimitiveValueType IntValue.getType()
           
 PrimitiveValueType FloatValue.getType()
           
 PrimitiveValueType DoubleValue.getType()
           
 PrimitiveValueType ByteValue.getType()
           
 PrimitiveValueType BoolValue.getType()
           
static PrimitiveValueType PrimitiveValueType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveValueType[] PrimitiveValueType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.