Пакет: com.hypixel.hytale.server.npc.util.expression.compile.ast
| Имя | Тип | extends |
|---|---|---|
| AST | class | |
| ASTOperand | class | AST |
| ASTOperandBoolean | class | ASTOperand |
| ASTOperandBooleanArray | class | ASTOperand |
| ASTOperandEmptyArray | class | ASTOperand |
| ASTOperandIdentifier | class | ASTOperand |
| ASTOperandNumber | class | ASTOperand |
| ASTOperandNumberArray | class | ASTOperand |
| ASTOperandString | class | ASTOperand |
| ASTOperandStringArray | class | ASTOperand |
| ASTOperator | class | AST |
| ASTOperatorBinary | class | ASTOperator |
| ASTOperatorFunctionCall | class | ASTOperator |
| ASTOperatorTuple | class | ASTOperator |
| ASTOperatorUnary | class | ASTOperator |