Uses of Class
org.harctoolbox.irp.PrimaryItem
-
Uses of PrimaryItem in org.harctoolbox.irp
Modifier and TypeClassDescriptionclass
This class corresponds to Chapter 9.final class
final class
Modifier 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.ModifierConstructorDescriptionprotected
BitField
(org.antlr.v4.runtime.tree.ParseTree ctx, PrimaryItem data, PrimaryItem chop, boolean complement) Equation
(EquationSolving leftHandSide, PrimaryItem rightHandSide, NameEngine nameEngine)