Uses of Class
com.squareup.protoparser.ProtoSchemaParser.Context
-
-
Uses of ProtoSchemaParser.Context in com.squareup.protoparser
Methods in com.squareup.protoparser that return ProtoSchemaParser.Context Modifier and Type Method Description static ProtoSchemaParser.ContextProtoSchemaParser.Context. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProtoSchemaParser.Context[]ProtoSchemaParser.Context. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.squareup.protoparser with parameters of type ProtoSchemaParser.Context Modifier and Type Method Description private java.lang.ObjectProtoSchemaParser. readDeclaration(java.lang.String documentation, ProtoSchemaParser.Context context)
-