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 TypeClassDescriptionclass
This class corresponds to Chapter 9.final class
final class
Methods in org.harctoolbox.irp that return PrimaryItemModifier and TypeMethodDescriptionBitField.getChop()
BitField.getData()
final PrimaryItem
BitField.leftHandSide()
EquationSolving.leftHandSide()
Name.leftHandSide()
Number.leftHandSide()
PrimaryItem.leftHandSide()
Default implementation.static PrimaryItem
PrimaryItem.newPrimaryItem
(long n) static PrimaryItem
PrimaryItem.newPrimaryItem
(String name) static PrimaryItem
PrimaryItem.newPrimaryItem
(IrpParser.Primary_itemContext ctx) Name.substituteConstantVariables
(Map<String, Long> constantVariables) Number.substituteConstantVariables
(Map<String, Long> constantVariables) abstract PrimaryItem
PrimaryItem.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 PrimaryItemModifierConstructorDescriptionprotected
BitField
(org.antlr.v4.runtime.tree.ParseTree ctx, PrimaryItem data, PrimaryItem chop, boolean complement) Equation
(EquationSolving leftHandSide, PrimaryItem rightHandSide, NameEngine nameEngine)