jarindex

package
v0.0.0-...-2e562ea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use ClassFile.ProtoReflect.Descriptor instead.

func (*ClassFile) GetClasses

func (x *ClassFile) GetClasses() []int32

func (*ClassFile) GetFields

func (x *ClassFile) GetFields() []*ClassField

func (*ClassFile) GetInterfaces

func (x *ClassFile) GetInterfaces() []string

func (*ClassFile) GetIsInterface

func (x *ClassFile) GetIsInterface() bool

func (*ClassFile) GetMethods

func (x *ClassFile) GetMethods() []*ClassMethod

func (*ClassFile) GetName

func (x *ClassFile) GetName() string

func (*ClassFile) GetSuperclasses

func (x *ClassFile) GetSuperclasses() []string

func (*ClassFile) GetSymbols

func (x *ClassFile) GetSymbols() []string

func (*ClassFile) ProtoMessage

func (*ClassFile) ProtoMessage()

func (*ClassFile) ProtoReflect

func (x *ClassFile) ProtoReflect() protoreflect.Message

func (*ClassFile) Reset

func (x *ClassFile) Reset()

func (*ClassFile) String

func (x *ClassFile) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use ClassType.ProtoReflect.Descriptor instead.

func (*ClassType) GetKind

func (x *ClassType) GetKind() string

func (*ClassType) GetValue

func (x *ClassType) GetValue() string

func (*ClassType) ProtoMessage

func (*ClassType) ProtoMessage()

func (*ClassType) ProtoReflect

func (x *ClassType) ProtoReflect() protoreflect.Message

func (*ClassType) Reset

func (x *ClassType) Reset()

func (*ClassType) String

func (x *ClassType) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use JarFile.ProtoReflect.Descriptor instead.

func (*JarFile) GetClassFile

func (x *JarFile) GetClassFile() []*ClassFile

func (*JarFile) GetClassName

func (x *JarFile) GetClassName() []string

func (*JarFile) GetFilename

func (x *JarFile) GetFilename() string

func (*JarFile) GetKind

func (x *JarFile) GetKind() string

func (*JarFile) GetLabel

func (x *JarFile) GetLabel() string

func (*JarFile) GetPackageName

func (x *JarFile) GetPackageName() []string

func (*JarFile) GetSymbols

func (x *JarFile) GetSymbols() []string

func (*JarFile) ProtoMessage

func (*JarFile) ProtoMessage()

func (*JarFile) ProtoReflect

func (x *JarFile) ProtoReflect() protoreflect.Message

func (*JarFile) Reset

func (x *JarFile) Reset()

func (*JarFile) String

func (x *JarFile) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use JarIndex.ProtoReflect.Descriptor instead.

func (*JarIndex) GetJarFile

func (x *JarIndex) GetJarFile() []*JarFile

func (*JarIndex) GetPredefined

func (x *JarIndex) GetPredefined() []string

func (*JarIndex) GetProviders

func (x *JarIndex) GetProviders() []*ClassFileProvider

func (*JarIndex) ProtoMessage

func (*JarIndex) ProtoMessage()

func (*JarIndex) ProtoReflect

func (x *JarIndex) ProtoReflect() protoreflect.Message

func (*JarIndex) Reset

func (x *JarIndex) Reset()

func (*JarIndex) String

func (x *JarIndex) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL