Uses of Class
org.harctoolbox.irp.PrimaryItem
Packages that use PrimaryItem
-
Uses of PrimaryItem in org.harctoolbox.irp
Subclasses of PrimaryItem in org.harctoolbox.irpModifier and TypeClassDescriptionclassThis class corresponds to Chapter 9.final classfinal classMethods in org.harctoolbox.irp that return PrimaryItemModifier and TypeMethodDescriptionBitField.getChop()BitField.getData()final PrimaryItemBitField.leftHandSide()EquationSolving.leftHandSide()Name.leftHandSide()Number.leftHandSide()PrimaryItem.leftHandSide()Default implementation.static PrimaryItemPrimaryItem.newPrimaryItem(long n) static PrimaryItemPrimaryItem.newPrimaryItem(String name) static PrimaryItemPrimaryItem.newPrimaryItem(IrpParser.Primary_itemContext ctx) Name.substituteConstantVariables(Map<String, Long> constantVariables) Number.substituteConstantVariables(Map<String, Long> constantVariables) abstract PrimaryItemPrimaryItem.substituteConstantVariables(Map<String, Long> constantVariables) Returns a PrimaryItem of the same type with all occurrences of the variables in the dictionary replaced by their values in the dictionary.Constructors in org.harctoolbox.irp with parameters of type PrimaryItemModifierConstructorDescriptionprotectedBitField(org.antlr.v4.runtime.tree.ParseTree ctx, PrimaryItem data, PrimaryItem chop, boolean complement) Equation(EquationSolving leftHandSide, PrimaryItem rightHandSide, NameEngine nameEngine)