toggle menu
cpg
main
jvm
switch theme
search in API
cpg-language-go
/
de.fraunhofer.aisec.cpg.frontends.golang
/
GoStandardLibrary
/
Ast
/
FileSet
File
Set
class
FileSet
(
p
:
Pointer
?
=
Pointer.NULL
)
:
GoStandardLibrary.GoObject
Members
Constructors
File
Set
Link copied to clipboard
constructor
(
p
:
Pointer
?
=
Pointer.NULL
)
Properties
go
Type
Link copied to clipboard
val
goType
:
String
pointer
Link copied to clipboard
var
pointer
:
Pointer
Functions
code
Link copied to clipboard
fun
code
(
astNode
:
GoStandardLibrary.Ast.Node
)
:
String
?
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
file
Name
Link copied to clipboard
fun
fileName
(
pos
:
Int
)
:
String
?
from
Native
Link copied to clipboard
open
override
fun
fromNative
(
p0
:
Any
,
p1
:
FromNativeContext
)
:
Any
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
native
Type
Link copied to clipboard
open
override
fun
nativeType
(
)
:
Class
<
*
>
position
Link copied to clipboard
fun
position
(
pos
:
Int
)
:
GoStandardLibrary.Ast.Position
to
Native
Link copied to clipboard
open
override
fun
toNative
(
)
:
Any
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String