Beispiel #1
0
 public static string GetIdentifierEnumerationLiteralExpresstionType(VHDL.type.EnumerationType.IdentifierEnumerationLiteral expression, VHDLCompilerInterface compiler)
 {
     return(compiler.TypeDictionary[expression.Type]);
 }
 public static string GetIdentifierEnumerationLiteralOperand(VHDL.type.EnumerationType.IdentifierEnumerationLiteral expression, VHDLCompilerInterface compiler)
 {
     return(compiler.LiteralDictionary[expression.getLiteral()]);
 }