Class AssignBlock<TYPE>
java.lang.Object
com.petrolpark.core.scratch.symbol.ScratchSymbol<IVariableScratchEnvironment,ScratchArguments.And<IVariableScratchEnvironment,ScratchVariableIdentifier,VariableArgument,ScratchArguments.Just<IVariableScratchEnvironment,TYPE,IScratchArgument<IVariableScratchEnvironment,TYPE>>>>
com.petrolpark.core.scratch.symbol.block.InstantScratchBlock<IVariableScratchEnvironment,ScratchArguments.And<IVariableScratchEnvironment,ScratchVariableIdentifier,VariableArgument,ScratchArguments.Just<IVariableScratchEnvironment,TYPE,IScratchArgument<IVariableScratchEnvironment,TYPE>>>>
com.petrolpark.core.scratch.symbol.block.GenericInstantBlock<IVariableScratchEnvironment,TYPE,ScratchArguments.And<IVariableScratchEnvironment,ScratchVariableIdentifier,VariableArgument,ScratchArguments.Just<IVariableScratchEnvironment,TYPE,IScratchArgument<IVariableScratchEnvironment,TYPE>>>>
com.petrolpark.core.scratch.symbol.block.variable.AssignBlock<TYPE>
- All Implemented Interfaces:
IInstantScratchBlock<IVariableScratchEnvironment,,ScratchArguments.And<IVariableScratchEnvironment, ScratchVariableIdentifier, VariableArgument, ScratchArguments.Just<IVariableScratchEnvironment, TYPE, IScratchArgument<IVariableScratchEnvironment, TYPE>>>> IScratchBlock<IVariableScratchEnvironment,,ScratchArguments.And<IVariableScratchEnvironment, ScratchVariableIdentifier, VariableArgument, ScratchArguments.Just<IVariableScratchEnvironment, TYPE, IScratchArgument<IVariableScratchEnvironment, TYPE>>>> IGenericScratchSymbol<IVariableScratchEnvironment,,TYPE, ScratchArguments.And<IVariableScratchEnvironment, ScratchVariableIdentifier, VariableArgument, ScratchArguments.Just<IVariableScratchEnvironment, TYPE, IScratchArgument<IVariableScratchEnvironment, TYPE>>>> IScratchSymbol<IVariableScratchEnvironment,ScratchArguments.And<IVariableScratchEnvironment, ScratchVariableIdentifier, VariableArgument, ScratchArguments.Just<IVariableScratchEnvironment, TYPE, IScratchArgument<IVariableScratchEnvironment, TYPE>>>>
public class AssignBlock<TYPE>
extends GenericInstantBlock<IVariableScratchEnvironment,TYPE,ScratchArguments.And<IVariableScratchEnvironment,ScratchVariableIdentifier,VariableArgument,ScratchArguments.Just<IVariableScratchEnvironment,TYPE,IScratchArgument<IVariableScratchEnvironment,TYPE>>>>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.petrolpark.core.scratch.symbol.block.GenericInstantBlock
GenericInstantBlock.Type<BLOCK extends GenericInstantBlock<?,?, ?>> -
Field Summary
Fields inherited from class com.petrolpark.core.scratch.symbol.block.GenericInstantBlock
genericScratchClassFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final <TYPE> AssignBlock<TYPE> create(IScratchClass<TYPE> scratchClass) voidrun(IVariableScratchEnvironment environment, ScratchArguments.And<IVariableScratchEnvironment, ScratchVariableIdentifier, VariableArgument, ScratchArguments.Just<IVariableScratchEnvironment, TYPE, IScratchArgument<IVariableScratchEnvironment, TYPE>>> arguments) Methods inherited from class com.petrolpark.core.scratch.symbol.block.GenericInstantBlock
getGenericScratchClassMethods 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.IScratchSymbol
getParameters
-
Constructor Details
-
AssignBlock
-
-
Method Details
-
create
-
run
-
getBlockType
-