Class FormalBinding


public class FormalBinding extends Type
  • Constructor Details

    • FormalBinding

      public FormalBinding(Type type, String binding, AST ast)
      Parameters:
      type - must not be null
      binding - must not be null
      ast - must not be null
  • Method Details

    • getType

      public Type getType()
    • getBinding

      public String getBinding()