SpecificationHandler
class SpecificationHandler(frontend: GoLanguageFrontend) : GoHandler<Declaration?, GoStandardLibrary.Ast.Spec>
Properties
Functions
Link copied to clipboard
fun buildRecordDeclaration(structType: GoStandardLibrary.Ast.StructType, name: CharSequence, typeSpec: GoStandardLibrary.Ast.TypeSpec? = null): RecordDeclaration
Link copied to clipboard
Link copied to clipboard
We intentionally override the logic of Handler.handle because we do not want the map-based logic, but rather want to make use of the Kotlin-when syntax.
Link copied to clipboard
Link copied to clipboard