Class GlobalDataBuilder.RetVarInfo

  • Enclosing class:
    GlobalDataBuilder

    public class GlobalDataBuilder.RetVarInfo
    extends java.lang.Object
    Return variable information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String ident
      The identifier
      java.lang.String production
      The production (JavaCodeProduction or BNFProduction)
      java.lang.String type
      The return type
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • production

        public final java.lang.String production
        The production (JavaCodeProduction or BNFProduction)
      • ident

        public final java.lang.String ident
        The identifier
      • type

        public final java.lang.String type
        The return type