Documentation ¶
Index ¶
- Variables
- type ClassField
- type ClassFile
- func (*ClassFile) Descriptor() ([]byte, []int)deprecated
- func (x *ClassFile) GetClasses() []int32
- func (x *ClassFile) GetFields() []*ClassField
- func (x *ClassFile) GetInterfaces() []string
- func (x *ClassFile) GetIsInterface() bool
- func (x *ClassFile) GetMethods() []*ClassMethod
- func (x *ClassFile) GetName() string
- func (x *ClassFile) GetSuperclasses() []string
- func (x *ClassFile) GetSymbols() []string
- func (*ClassFile) ProtoMessage()
- func (x *ClassFile) ProtoReflect() protoreflect.Message
- func (x *ClassFile) Reset()
- func (x *ClassFile) String() string
- type ClassFileProvider
- func (*ClassFileProvider) Descriptor() ([]byte, []int)deprecated
- func (x *ClassFileProvider) GetClass() string
- func (x *ClassFileProvider) GetLabel() []string
- func (*ClassFileProvider) ProtoMessage()
- func (x *ClassFileProvider) ProtoReflect() protoreflect.Message
- func (x *ClassFileProvider) Reset()
- func (x *ClassFileProvider) String() string
- type ClassMethod
- func (*ClassMethod) Descriptor() ([]byte, []int)deprecated
- func (x *ClassMethod) GetName() string
- func (x *ClassMethod) GetParams() []*ClassMethodParam
- func (x *ClassMethod) GetReturns() *ClassType
- func (x *ClassMethod) GetThrows() []*ClassType
- func (x *ClassMethod) GetTypes() []*ClassType
- func (*ClassMethod) ProtoMessage()
- func (x *ClassMethod) ProtoReflect() protoreflect.Message
- func (x *ClassMethod) Reset()
- func (x *ClassMethod) String() string
- type ClassMethodParam
- type ClassType
- type JarFile
- func (*JarFile) Descriptor() ([]byte, []int)deprecated
- func (x *JarFile) GetClassFile() []*ClassFile
- func (x *JarFile) GetClassName() []string
- func (x *JarFile) GetFilename() string
- func (x *JarFile) GetKind() string
- func (x *JarFile) GetLabel() string
- func (x *JarFile) GetPackageName() []string
- func (x *JarFile) GetSymbols() []string
- func (*JarFile) ProtoMessage()
- func (x *JarFile) ProtoReflect() protoreflect.Message
- func (x *JarFile) Reset()
- func (x *JarFile) String() string
- type JarIndex
- func (*JarIndex) Descriptor() ([]byte, []int)deprecated
- func (x *JarIndex) GetJarFile() []*JarFile
- func (x *JarIndex) GetPredefined() []string
- func (x *JarIndex) GetProviders() []*ClassFileProvider
- func (*JarIndex) ProtoMessage()
- func (x *JarIndex) ProtoReflect() protoreflect.Message
- func (x *JarIndex) Reset()
- func (x *JarIndex) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_build_stack_gazelle_scala_jarindex_jarindex_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClassField ¶
type ClassField struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type *ClassType `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` // contains filtered or unexported fields }
func (*ClassField) Descriptor
deprecated
func (*ClassField) Descriptor() ([]byte, []int)
Deprecated: Use ClassField.ProtoReflect.Descriptor instead.
func (*ClassField) GetName ¶
func (x *ClassField) GetName() string
func (*ClassField) GetType ¶
func (x *ClassField) GetType() *ClassType
func (*ClassField) ProtoMessage ¶
func (*ClassField) ProtoMessage()
func (*ClassField) ProtoReflect ¶
func (x *ClassField) ProtoReflect() protoreflect.Message
func (*ClassField) Reset ¶
func (x *ClassField) Reset()
func (*ClassField) String ¶
func (x *ClassField) String() string
type ClassFile ¶
type ClassFile struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Classes []int32 `protobuf:"varint,2,rep,packed,name=classes,proto3" json:"classes,omitempty"` Symbols []string `protobuf:"bytes,3,rep,name=symbols,proto3" json:"symbols,omitempty"` Superclasses []string `protobuf:"bytes,4,rep,name=superclasses,proto3" json:"superclasses,omitempty"` Interfaces []string `protobuf:"bytes,5,rep,name=interfaces,proto3" json:"interfaces,omitempty"` Fields []*ClassField `protobuf:"bytes,6,rep,name=fields,proto3" json:"fields,omitempty"` Methods []*ClassMethod `protobuf:"bytes,7,rep,name=methods,proto3" json:"methods,omitempty"` IsInterface bool `protobuf:"varint,8,opt,name=is_interface,json=isInterface,proto3" json:"is_interface,omitempty"` // contains filtered or unexported fields }
func (*ClassFile) Descriptor
deprecated
func (*ClassFile) GetClasses ¶
func (*ClassFile) GetFields ¶
func (x *ClassFile) GetFields() []*ClassField
func (*ClassFile) GetInterfaces ¶
func (*ClassFile) GetIsInterface ¶
func (*ClassFile) GetMethods ¶
func (x *ClassFile) GetMethods() []*ClassMethod
func (*ClassFile) GetSuperclasses ¶
func (*ClassFile) GetSymbols ¶
func (*ClassFile) ProtoMessage ¶
func (*ClassFile) ProtoMessage()
func (*ClassFile) ProtoReflect ¶
func (x *ClassFile) ProtoReflect() protoreflect.Message
type ClassFileProvider ¶
type ClassFileProvider struct { Class string `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty"` Label []string `protobuf:"bytes,2,rep,name=label,proto3" json:"label,omitempty"` // contains filtered or unexported fields }
func (*ClassFileProvider) Descriptor
deprecated
func (*ClassFileProvider) Descriptor() ([]byte, []int)
Deprecated: Use ClassFileProvider.ProtoReflect.Descriptor instead.
func (*ClassFileProvider) GetClass ¶
func (x *ClassFileProvider) GetClass() string
func (*ClassFileProvider) GetLabel ¶
func (x *ClassFileProvider) GetLabel() []string
func (*ClassFileProvider) ProtoMessage ¶
func (*ClassFileProvider) ProtoMessage()
func (*ClassFileProvider) ProtoReflect ¶
func (x *ClassFileProvider) ProtoReflect() protoreflect.Message
func (*ClassFileProvider) Reset ¶
func (x *ClassFileProvider) Reset()
func (*ClassFileProvider) String ¶
func (x *ClassFileProvider) String() string
type ClassMethod ¶
type ClassMethod struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Returns *ClassType `protobuf:"bytes,2,opt,name=returns,proto3" json:"returns,omitempty"` Params []*ClassMethodParam `protobuf:"bytes,3,rep,name=params,proto3" json:"params,omitempty"` Types []*ClassType `protobuf:"bytes,4,rep,name=types,proto3" json:"types,omitempty"` Throws []*ClassType `protobuf:"bytes,5,rep,name=throws,proto3" json:"throws,omitempty"` // contains filtered or unexported fields }
func (*ClassMethod) Descriptor
deprecated
func (*ClassMethod) Descriptor() ([]byte, []int)
Deprecated: Use ClassMethod.ProtoReflect.Descriptor instead.
func (*ClassMethod) GetName ¶
func (x *ClassMethod) GetName() string
func (*ClassMethod) GetParams ¶
func (x *ClassMethod) GetParams() []*ClassMethodParam
func (*ClassMethod) GetReturns ¶
func (x *ClassMethod) GetReturns() *ClassType
func (*ClassMethod) GetThrows ¶
func (x *ClassMethod) GetThrows() []*ClassType
func (*ClassMethod) GetTypes ¶
func (x *ClassMethod) GetTypes() []*ClassType
func (*ClassMethod) ProtoMessage ¶
func (*ClassMethod) ProtoMessage()
func (*ClassMethod) ProtoReflect ¶
func (x *ClassMethod) ProtoReflect() protoreflect.Message
func (*ClassMethod) Reset ¶
func (x *ClassMethod) Reset()
func (*ClassMethod) String ¶
func (x *ClassMethod) String() string
type ClassMethodParam ¶
type ClassMethodParam struct { Returns *ClassType `protobuf:"bytes,1,opt,name=returns,proto3" json:"returns,omitempty"` // contains filtered or unexported fields }
func (*ClassMethodParam) Descriptor
deprecated
func (*ClassMethodParam) Descriptor() ([]byte, []int)
Deprecated: Use ClassMethodParam.ProtoReflect.Descriptor instead.
func (*ClassMethodParam) GetReturns ¶
func (x *ClassMethodParam) GetReturns() *ClassType
func (*ClassMethodParam) ProtoMessage ¶
func (*ClassMethodParam) ProtoMessage()
func (*ClassMethodParam) ProtoReflect ¶
func (x *ClassMethodParam) ProtoReflect() protoreflect.Message
func (*ClassMethodParam) Reset ¶
func (x *ClassMethodParam) Reset()
func (*ClassMethodParam) String ¶
func (x *ClassMethodParam) String() string
type ClassType ¶
type ClassType struct { Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*ClassType) Descriptor
deprecated
func (*ClassType) ProtoMessage ¶
func (*ClassType) ProtoMessage()
func (*ClassType) ProtoReflect ¶
func (x *ClassType) ProtoReflect() protoreflect.Message
type JarFile ¶
type JarFile struct { Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"` Label string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` ClassFile []*ClassFile `protobuf:"bytes,4,rep,name=class_file,json=files,proto3" json:"class_file,omitempty"` Symbols []string `protobuf:"bytes,5,rep,name=symbols,proto3" json:"symbols,omitempty"` ClassName []string `protobuf:"bytes,6,rep,name=class_name,json=classes,proto3" json:"class_name,omitempty"` PackageName []string `protobuf:"bytes,7,rep,name=package_name,json=packages,proto3" json:"package_name,omitempty"` // contains filtered or unexported fields }
func (*JarFile) Descriptor
deprecated
func (*JarFile) GetClassFile ¶
func (*JarFile) GetClassName ¶
func (*JarFile) GetFilename ¶
func (*JarFile) GetPackageName ¶
func (*JarFile) GetSymbols ¶
func (*JarFile) ProtoMessage ¶
func (*JarFile) ProtoMessage()
func (*JarFile) ProtoReflect ¶
func (x *JarFile) ProtoReflect() protoreflect.Message
type JarIndex ¶
type JarIndex struct { JarFile []*JarFile `protobuf:"bytes,2,rep,name=jar_file,json=jarFiles,proto3" json:"jar_file,omitempty"` Predefined []string `protobuf:"bytes,3,rep,name=predefined,proto3" json:"predefined,omitempty"` Providers []*ClassFileProvider `protobuf:"bytes,4,rep,name=providers,proto3" json:"providers,omitempty"` // contains filtered or unexported fields }
func (*JarIndex) Descriptor
deprecated
func (*JarIndex) GetJarFile ¶
func (*JarIndex) GetPredefined ¶
func (*JarIndex) GetProviders ¶
func (x *JarIndex) GetProviders() []*ClassFileProvider
func (*JarIndex) ProtoMessage ¶
func (*JarIndex) ProtoMessage()
func (*JarIndex) ProtoReflect ¶
func (x *JarIndex) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.