Class VisitorInfo.ReturnInfo

java.lang.Object
EDU.purdue.jtb.common.VisitorInfo.ReturnInfo
Enclosing class:
VisitorInfo

public class VisitorInfo.ReturnInfo extends Object
Class holding a return type info.
  • Field Details

    • type

      public String type
      Return type : void, [A-Z] (type parameter), java primitive types, user class name
    • fullType

      public String fullType
      Full return type : type + [] for an array
    • isVoid

      public boolean isVoid
      True if the return type is void, false otherwise
    • isTypeParameter

      public boolean isTypeParameter
      True if the return type is a type parameter, false otherwise
    • initializer

      public String initializer
      The return variable proposed initialiser
  • Constructor Details

    • ReturnInfo

      public ReturnInfo()