Class SpecificSymbol

  • Direct Known Subclasses:
    EndSymbol, OperandSymbol, PatternlessSymbol, StartSymbol

    public abstract class SpecificSymbol
    extends TripleSymbol
    This is a TripleSymbol whose semantic value can be determined at compile time (i.e. without an InstructionContext) The functionality is not needed for the disassembler interface but we keep the structure
    • Constructor Detail

      • SpecificSymbol

        public SpecificSymbol()