Documentation
¶
Index ¶
- Variables
- func ArrayOf(val any) java.IObject
- func ClassFor[T any]() java.IClass
- func ClassResolve[T any](static StaticClass) java.IClass
- func InstanceOf[T any](obj java.IObject) java.JBoolean
- func SArray[V comparable]() staticArray[V]
- type Boolean
- type Byte
- func (b Byte) ByteValue() java.JByte
- func (b Byte) CompareTo(another Byte) java.JInt
- func (b Byte) DoubleValue() java.JDouble
- func (b Byte) Equals(obj java.IObject) java.JBoolean
- func (b Byte) FloatValue() java.JFloat
- func (b Byte) GetClass() java.IClass
- func (b Byte) HashCode() java.JInt
- func (b Byte) IntValue() java.JInt
- func (b Byte) LongValue() java.JLong
- func (b Byte) ShortValue() java.JShort
- func (b Byte) ToString() java.IString
- type CharSequence
- type Character
- type Class
- func (cls *Class) Cast(obj java.IObject) java.IObject
- func (cls *Class) ComponentType() java.IClass
- func (cls *Class) DescriptorString() java.IString
- func (cls *Class) Equals(obj java.IObject) java.JBoolean
- func (cls *Class) GetClass() java.IClass
- func (cls *Class) GetConstructor(parameterTypes ...java.IClass) *lang_reflect.Constructor
- func (cls *Class) GetDeclaredConstructor(parameterTypes ...java.IClass) *lang_reflect.Constructor
- func (cls *Class) GetDeclaredField(name java.IString) *lang_reflect.Field
- func (cls *Class) GetDeclaredMethod(name java.IString, parameterTypes ...java.IClass) *lang_reflect.Method
- func (cls *Class) GetField(name java.IString) *lang_reflect.Field
- func (cls *Class) GetInterfaces() []java.IClass
- func (cls *Class) GetMethod(name java.IString, parameterTypes ...java.IClass) *lang_reflect.Method
- func (cls *Class) GetName() java.IString
- func (cls *Class) GetSimpleName() java.IString
- func (cls *Class) GetSuperclass() java.IClass
- func (cls *Class) GetTypeName() java.IString
- func (cls *Class) HashCode() java.JInt
- func (cls *Class) IsArray() java.JBoolean
- func (cls *Class) IsAssignableFrom(clazz java.IClass) java.JBoolean
- func (cls *Class) IsInstance(obj java.IObject) java.JBoolean
- func (cls *Class) IsInterface() java.JBoolean
- func (cls *Class) IsPrimitive() java.JBoolean
- func (cls *Class) NewInstance() java.IObject
- func (cls *Class) ToString() java.IString
- type Cloneable
- type Comparable
- type Double
- func (d Double) ByteValue() java.JByte
- func (d Double) CompareTo(another Double) java.JInt
- func (d Double) DoubleValue() java.JDouble
- func (d Double) Equals(obj java.IObject) java.JBoolean
- func (d Double) FloatValue() java.JFloat
- func (d Double) GetClass() java.IClass
- func (d Double) HashCode() java.JInt
- func (d Double) IntValue() java.JInt
- func (d Double) LongValue() java.JLong
- func (d Double) ShortValue() java.JShort
- func (d Double) ToString() java.IString
- type Float
- func (f Float) ByteValue() java.JByte
- func (f Float) CompareTo(another Float) java.JInt
- func (f Float) DoubleValue() java.JDouble
- func (f Float) Equals(obj java.IObject) java.JBoolean
- func (f Float) FloatValue() java.JFloat
- func (f Float) GetClass() java.IClass
- func (f Float) HashCode() java.JInt
- func (f Float) IntValue() java.JInt
- func (f Float) LongValue() java.JLong
- func (f Float) ShortValue() java.JShort
- func (f Float) ToString() java.IString
- type INumber
- type Integer
- func (i Integer) ByteValue() java.JByte
- func (i Integer) CompareTo(another Integer) java.JInt
- func (i Integer) DoubleValue() java.JDouble
- func (i Integer) Equals(obj java.IObject) java.JBoolean
- func (i Integer) FloatValue() java.JFloat
- func (i Integer) GetClass() java.IClass
- func (i Integer) HashCode() java.JInt
- func (i Integer) IntValue() java.JInt
- func (i Integer) LongValue() java.JLong
- func (i Integer) ShortValue() java.JShort
- func (i Integer) ToString() java.IString
- type Long
- func (l Long) ByteValue() java.JByte
- func (l Long) CompareTo(another Long) java.JInt
- func (l Long) DoubleValue() java.JDouble
- func (l Long) Equals(obj java.IObject) java.JBoolean
- func (l Long) FloatValue() java.JFloat
- func (l Long) GetClass() java.IClass
- func (l Long) HashCode() java.JInt
- func (l Long) IntValue() java.JInt
- func (l Long) LongValue() java.JLong
- func (l Long) ShortValue() java.JShort
- func (l Long) ToString() java.IString
- type Number
- type Object
- type Short
- func (s Short) ByteValue() java.JByte
- func (s Short) CompareTo(another Short) java.JInt
- func (s Short) DoubleValue() java.JDouble
- func (s Short) Equals(obj java.IObject) java.JBoolean
- func (s Short) FloatValue() java.JFloat
- func (s Short) GetClass() java.IClass
- func (s Short) HashCode() java.JInt
- func (s Short) IntValue() java.JInt
- func (s Short) LongValue() java.JLong
- func (s Short) ShortValue() java.JShort
- func (s Short) ToString() java.IString
- type StaticClass
- type String
- func (str String) CharAt(index java.JInt) java.JChar
- func (str String) CompareTo(another java.IString) java.JInt
- func (str String) Equals(obj java.IObject) java.JBoolean
- func (str String) GetBytes() []java.JByte
- func (str String) GetClass() java.IClass
- func (str String) HashCode() java.JInt
- func (str String) Length() java.JInt
- func (str String) String() string
- func (str String) SubSequence(start, end java.JInt) CharSequence
- func (str String) Substring(beginIndex, endIndex java.JInt) java.IString
- func (str String) ToCharArray() []java.JChar
- func (str String) ToString() java.IString
- type UncommonType
- type Void
Constants ¶
This section is empty.
Variables ¶
View Source
var Export reflect.Type
View Source
var (
SBoolean staticBoolean
)
View Source
var (
SByte staticByte
)
View Source
var (
SCharacter staticCharacter
)
View Source
var (
SClass staticClass
)
View Source
var (
SDouble staticDouble
)
View Source
var (
SFloat staticFloat
)
View Source
var (
SInteger staticInteger
)
View Source
var (
SLong staticLong
)
View Source
var (
SObject staticObject
)
View Source
var (
SShort staticShort
)
View Source
var (
SString staticString
)
View Source
var (
SVoid staticVoid
)
Functions ¶
func ClassResolve ¶
func ClassResolve[T any](static StaticClass) java.IClass
func SArray ¶
func SArray[V comparable]() staticArray[V]
Types ¶
type Boolean ¶
func (Boolean) BooleanValue ¶
type CharSequence ¶
type Class ¶
type Class struct {
lang_reflect.Type
lang_reflect.AnnotatedElement
// contains filtered or unexported fields
}
func (*Class) ComponentType ¶
func (*Class) DescriptorString ¶
func (*Class) GetConstructor ¶
func (cls *Class) GetConstructor(parameterTypes ...java.IClass) *lang_reflect.Constructor
func (*Class) GetDeclaredConstructor ¶
func (cls *Class) GetDeclaredConstructor(parameterTypes ...java.IClass) *lang_reflect.Constructor
func (*Class) GetDeclaredField ¶
func (cls *Class) GetDeclaredField(name java.IString) *lang_reflect.Field
func (*Class) GetDeclaredMethod ¶
func (*Class) GetInterfaces ¶
func (*Class) GetSimpleName ¶
func (*Class) GetSuperclass ¶
func (*Class) GetTypeName ¶
func (*Class) IsAssignableFrom ¶
func (*Class) IsInterface ¶
func (*Class) IsPrimitive ¶
func (*Class) NewInstance ¶
type Number ¶
type Number struct {
Object
io.Serializable
}
func (*Number) DoubleValue ¶
func (*Number) FloatValue ¶
func (*Number) ShortValue ¶
type StaticClass ¶
type String ¶
type String string
func (String) SubSequence ¶
func (str String) SubSequence(start, end java.JInt) CharSequence
func (String) ToCharArray ¶
type UncommonType ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.