Class ExprFix

  • Direct Known Subclasses:
    ExprFixEmpty

    @KafkaModel
    public class ExprFix
    extends Expr
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
      • Fields inherited from class kz.greetgo.script.model.expr.Expr

        TYPE
    • Constructor Summary

      Constructors 
      Constructor Description
      ExprFix()  
    • Method Summary

      • Methods inherited from class kz.greetgo.script.model.expr.Expr

        getType
      • Methods inherited from class java.lang.Object

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

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • ExprFix

        public ExprFix()