Interface IScratchExpression.Type<EXPRESSION extends IScratchExpression<?,?,?>>

All Superinterfaces:
IScratchSymbol.Type<EXPRESSION>
All Known Implementing Classes:
AndExpression, BinaryBooleanExpressionType, BinaryExpressionType, BlockStatePropertyExpression, BooleanBlockStatePropertyExpression, ContextExpressionType, GenericExpression.Type, IntegerArithmeticExpression, IntegerComparisonExpression, NotExpression, NullaryExpressionType, OrExpression, RepeatBlock.RemainingRepeatsExpression, RoundRealScratchExpression, SimpleExpressionType, TernaryExpressionType, UnaryExpressionType, XorExpression
Enclosing interface:
IScratchExpression<ENVIRONMENT extends IScratchEnvironment,RETURN_TYPE,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>>

public static interface IScratchExpression.Type<EXPRESSION extends IScratchExpression<?,?,?>> extends IScratchSymbol.Type<EXPRESSION>