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

All Superinterfaces:
IScratchSymbol.Type<EXPRESSION>
All Known Implementing Classes:
BinaryExpressionType, BlockStatePropertyExpression, BooleanBlockStatePropertyExpression, ContextExpressionType, NullaryExpressionType, RoundRealScratchExpression, SimpleExpressionType, TernaryExpressionType, UnaryExpressionType
Enclosing interface:
IScratchExpression<ENVIRONMENT extends IScratchEnvironment,RETURN_TYPE,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>,EXPRESSION extends IScratchExpression<ENVIRONMENT,RETURN_TYPE,ARGUMENTS,?>>

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