接口 Node

所有已知子接口:
ArrayType, EnumType, ImmutableObjectType, MapType, NullableType, ObjectType, Operation, Parameter, Service, SimpleType, StaticObjectType, Type, UnresolvedTypeVariable
所有已知实现类:
EnumTypeImpl, ImmutableObjectTypeImpl, StaticObjectTypeImpl, UnresolvedTypeVariableImpl

public interface Node
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    accept(Visitor visitor)
     
  • 方法详细资料

    • accept

      void accept(Visitor visitor)