Method
String
()
Source from the content-addressed store, hash-verified
| 25 | // Node represents a node in the abstract syntax tree. |
| 26 | type Node interface { |
| 27 | String() string |
| 28 | } |
| 29 | |
| 30 | // Expr represents an expression that can be evaluated to a value. |
Implementers 15
Alertpkg/alertsender/alert.go Handlepkg/handle/types/types.go PSpkg/ps/types/types_windows.go Threadpkg/ps/types/types_windows.go Modulepkg/ps/types/types_windows.go Fieldpkg/filter/filter.go