Class InstantiableScratchBlock<ENVIRONMENT extends IScratchEnvironment,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>,INSTANCE extends IScratchBlockInstance<ENVIRONMENT>,BLOCK extends InstantiableScratchBlock<ENVIRONMENT,ARGUMENTS,INSTANCE,BLOCK>>
java.lang.Object
com.petrolpark.core.scratch.symbol.ScratchSymbol<ENVIRONMENT,ARGUMENTS>
com.petrolpark.core.scratch.symbol.block.InstantiableScratchBlock<ENVIRONMENT,ARGUMENTS,INSTANCE,BLOCK>
- All Implemented Interfaces:
IInstantiableScratchBlock<ENVIRONMENT,,ARGUMENTS, INSTANCE, BLOCK> IScratchBlock<ENVIRONMENT,,ARGUMENTS, BLOCK> IScratchSymbol<ENVIRONMENT,ARGUMENTS>
- Direct Known Subclasses:
SimpleInstantiableBlockType,UnaryNestedProcedureBlock
public abstract class InstantiableScratchBlock<ENVIRONMENT extends IScratchEnvironment,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>,INSTANCE extends IScratchBlockInstance<ENVIRONMENT>,BLOCK extends InstantiableScratchBlock<ENVIRONMENT,ARGUMENTS,INSTANCE,BLOCK>>
extends ScratchSymbol<ENVIRONMENT,ARGUMENTS>
implements IInstantiableScratchBlock<ENVIRONMENT,ARGUMENTS,INSTANCE,BLOCK>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
IScratchBlock.Type<BLOCK extends IScratchBlock<?,?, ?>> Nested classes/interfaces inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
IScratchSymbol.Type<SYMBOL extends IScratchSymbol<?,?>> -
Field Summary
Fields inherited from class com.petrolpark.core.scratch.symbol.ScratchSymbol
parametersFields inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
CODEC, STREAM_CODEC, TYPED_CODEC -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstantiableScratchBlock(ScratchParameters<ENVIRONMENT, ARGUMENTS> parameters) -
Method Summary
Methods inherited from class com.petrolpark.core.scratch.symbol.ScratchSymbol
getParametersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.petrolpark.core.scratch.symbol.block.IInstantiableScratchBlock
instanceCodec, instanceStreamCodec, runMethods inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
getBlockTypeMethods inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
getParameters
-
Constructor Details
-
InstantiableScratchBlock
-