java.lang.Object
de.monticore.symbols.compsymbols._symboltable.PortSymbolTOP
de.monticore.symbols.compsymbols._symboltable.PortSymbol
All Implemented Interfaces:
ICommonCompSymbolsSymbol, de.monticore.symboltable.ISymbol
Direct Known Subclasses:
PortSymbolSurrogate

public class PortSymbol extends PortSymbolTOP
  • Constructor Details

    • PortSymbol

      protected PortSymbol(String name)
    • PortSymbol

      protected PortSymbol(String name, boolean incoming, boolean outgoing, SymTypeExpression type, Timing timing)
      Parameters:
      name - the name of this port.
      incoming - whether the port is incoming.
      outgoing - whether the port is outgoing.
      type - the type of this port.
      timing - the timing of this port.
  • Method Details