MCPcopy Create free account
hub / github.com/Yuy0ung/YuC0de / FieldNode

Struct FieldNode

backend/engine/java_parser.go:40–43  ·  view source on GitHub ↗

FieldNode represents a class field

Source from the content-addressed store, hash-verified

38
39// FieldNode represents a class field
40type FieldNode struct {
41 Name string
42 Type string
43}
44
45// ParseJavaFile parses a Java file into a structured representation
46// This is a hand-written recursive descent parser simplified for structure extraction

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected