Uses of Interface
com.squareup.protoparser.Type
-
-
Uses of Type in com.squareup.protoparser
Classes in com.squareup.protoparser that implement Type Modifier and Type Class Description classEnumTypeAn enumerated type declaration.classMessageTypeFields in com.squareup.protoparser with type parameters of type Type Modifier and Type Field Description private java.util.List<Type>MessageType. nestedTypesprivate java.util.List<Type>ProtoFile. typesprivate java.util.List<Type>ProtoSchemaParser. typesDeclared message types and enum types.Methods in com.squareup.protoparser that return types with arguments of type Type Modifier and Type Method Description java.util.List<Type>EnumType. getNestedTypes()java.util.List<Type>MessageType. getNestedTypes()java.util.List<Type>Type. getNestedTypes()java.util.List<Type>ProtoFile. getTypes()Method parameters in com.squareup.protoparser with type arguments of type Type Modifier and Type Method Description (package private) static voidEnumType. validateValueUniquenessInScope(java.lang.String type, java.util.List<Type> nestedTypes)Though not mentioned in the spec, enum names use C++ scoping rules, meaning that enum values are siblings of their type, not children of it.
-