visitIntValueNode abstract method

R visitIntValueNode(
  1. IntValueNode node
)

Visit IntValueNode.

Implementation

R visitIntValueNode(
  IntValueNode node,
);