Documentation
¶
Overview ¶
Package goast defines constants from Go AST.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ArrayType = ann.HasInternalType("ArrayType") AssignStmt = ann.HasInternalType("AssignStmt") BadDecl = ann.HasInternalType("BadDecl") BadExpr = ann.HasInternalType("BadExpr") BadStmt = ann.HasInternalType("BadStmt") BasicLit = ann.HasInternalType("BasicLit") BinaryExpr = ann.HasInternalType("BinaryExpr") BlockStmt = ann.HasInternalType("BlockStmt") BranchStmt = ann.HasInternalType("BranchStmt") CallExpr = ann.HasInternalType("CallExpr") CaseClause = ann.HasInternalType("CaseClause") ChanType = ann.HasInternalType("ChanType") CommClause = ann.HasInternalType("CommClause") Comment = ann.HasInternalType("Comment") CommentGroup = ann.HasInternalType("CommentGroup") CompositeLit = ann.HasInternalType("CompositeLit") DeclStmt = ann.HasInternalType("DeclStmt") DeferStmt = ann.HasInternalType("DeferStmt") Ellipsis = ann.HasInternalType("Ellipsis") EmptyStmt = ann.HasInternalType("EmptyStmt") ExprStmt = ann.HasInternalType("ExprStmt") Field = ann.HasInternalType("Field") FieldList = ann.HasInternalType("FieldList") File = ann.HasInternalType("File") ForStmt = ann.HasInternalType("ForStmt") FuncDecl = ann.HasInternalType("FuncDecl") FuncLit = ann.HasInternalType("FuncLit") FuncType = ann.HasInternalType("FuncType") GenDecl = ann.HasInternalType("GenDecl") GoStmt = ann.HasInternalType("GoStmt") Ident = ann.HasInternalType("Ident") IfStmt = ann.HasInternalType("IfStmt") ImportSpec = ann.HasInternalType("ImportSpec") IncDecStmt = ann.HasInternalType("IncDecStmt") IndexExpr = ann.HasInternalType("IndexExpr") InterfaceType = ann.HasInternalType("InterfaceType") KeyValueExpr = ann.HasInternalType("KeyValueExpr") LabeledStmt = ann.HasInternalType("LabeledStmt") MapType = ann.HasInternalType("MapType") Package = ann.HasInternalType("Package") ParenExpr = ann.HasInternalType("ParenExpr") RangeStmt = ann.HasInternalType("RangeStmt") ReturnStmt = ann.HasInternalType("ReturnStmt") SelectStmt = ann.HasInternalType("SelectStmt") SelectorExpr = ann.HasInternalType("SelectorExpr") SendStmt = ann.HasInternalType("SendStmt") SliceExpr = ann.HasInternalType("SliceExpr") StarExpr = ann.HasInternalType("StarExpr") StructType = ann.HasInternalType("StructType") SwitchStmt = ann.HasInternalType("SwitchStmt") TypeAssertExpr = ann.HasInternalType("TypeAssertExpr") TypeSpec = ann.HasInternalType("TypeSpec") TypeSwitchStmt = ann.HasInternalType("TypeSwitchStmt") UnaryExpr = ann.HasInternalType("UnaryExpr") ValueSpec = ann.HasInternalType("ValueSpec") )
all nodes that implements ast.Node
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.