a_expr_kind.go 81 B

1234567
  1. package pg
  2. type A_Expr_Kind uint
  3. func (n *A_Expr_Kind) Pos() int {
  4. return 0
  5. }