cc.redberry.core.parser.preprocessor
Class IndicesInsertion
- java.lang.Object
-
- cc.redberry.core.parser.preprocessor.IndicesInsertion
-
- All Implemented Interfaces:
- ParseTokenTransformer
Deprecated.should be replaced withGeneralIndicesInsertion
@Deprecated public final class IndicesInsertion extends java.lang.Object implements ParseTokenTransformer
AST transformer, which inserts additional indices to specified tensors.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor and Description IndicesInsertion(SimpleIndices upper, SimpleIndices lower, Indicator<ParseTokenSimpleTensor> indicator)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description ParseTokentransform(ParseToken node)Deprecated.Transforms specified AST node.
-
-
-
Constructor Detail
-
IndicesInsertion
public IndicesInsertion(SimpleIndices upper, SimpleIndices lower, Indicator<ParseTokenSimpleTensor> indicator)
Deprecated.
-
-
Method Detail
-
transform
public ParseToken transform(ParseToken node)
Deprecated.Description copied from interface:ParseTokenTransformerTransforms specified AST node.- Specified by:
transformin interfaceParseTokenTransformer- Parameters:
node- AST node.- Returns:
- transformed AST node
-
-
DataMelt 3.0 © DataMelt by jWork.ORG