Package kz.greetgo.script.model.expr
Class Expr
- java.lang.Object
-
- kz.greetgo.script.model.expr.Expr
-
- Direct Known Subclasses:
ExprAct,ExprBoiFind,ExprCall,ExprConst,ExprCreateObject,ExprField,ExprFix,ExprFunc,ExprNewBoi,ExprObject,ExprOp,ExprValue,ExprVar
@KafkaModel public class Expr extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTYPE
-
Constructor Summary
Constructors Constructor Description Expr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExprTypegetType()
-
-
-
Field Detail
-
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public ExprType getType()
-
-