Class GenericInstantBlock<ENVIRONMENT extends IScratchEnvironment,GENERIC_TYPE,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>>
java.lang.Object
com.petrolpark.core.scratch.symbol.ScratchSymbol<ENVIRONMENT,ARGUMENTS>
com.petrolpark.core.scratch.symbol.block.InstantScratchBlock<ENVIRONMENT,ARGUMENTS>
com.petrolpark.core.scratch.symbol.block.GenericInstantBlock<ENVIRONMENT,GENERIC_TYPE,ARGUMENTS>
- All Implemented Interfaces:
IInstantScratchBlock<ENVIRONMENT,,ARGUMENTS> IScratchBlock<ENVIRONMENT,,ARGUMENTS> IGenericScratchSymbol<ENVIRONMENT,,GENERIC_TYPE, ARGUMENTS> IScratchSymbol<ENVIRONMENT,ARGUMENTS>
- Direct Known Subclasses:
AssignBlock
public abstract class GenericInstantBlock<ENVIRONMENT extends IScratchEnvironment,GENERIC_TYPE,ARGUMENTS extends ScratchArguments<ENVIRONMENT,?>>
extends InstantScratchBlock<ENVIRONMENT,ARGUMENTS>
implements IGenericScratchSymbol<ENVIRONMENT,GENERIC_TYPE,ARGUMENTS>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classGenericInstantBlock.Type<BLOCK extends GenericInstantBlock<?,?, ?>> -
Field Summary
FieldsFields 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
ConstructorsModifierConstructorDescriptionprotectedGenericInstantBlock(IScratchClass<GENERIC_TYPE> genericClass, 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.IGenericScratchSymbol
canEvaluateMethods inherited from interface com.petrolpark.core.scratch.symbol.block.IInstantScratchBlock
runMethods inherited from interface com.petrolpark.core.scratch.symbol.block.IScratchBlock
getBlockTypeMethods inherited from interface com.petrolpark.core.scratch.symbol.IScratchSymbol
getParameters
-
Field Details
-
genericScratchClass
-
-
Constructor Details
-
GenericInstantBlock
protected GenericInstantBlock(IScratchClass<GENERIC_TYPE> genericClass, ScratchParameters<ENVIRONMENT, ARGUMENTS> parameters)
-
-
Method Details
-
getGenericScratchClass
- Specified by:
getGenericScratchClassin interfaceIGenericScratchSymbol<ENVIRONMENT extends IScratchEnvironment,GENERIC_TYPE, ARGUMENTS extends ScratchArguments<ENVIRONMENT, ?>>
-