T
- type that will be the result of the visiting operationpublic interface PlatformVisitor<T>
Platform
.Modifier and Type | Method and Description |
---|---|
T |
visitOsx()
Visit
Platform.OSX |
T |
visitUnixoid()
Visit
Platform.UNIXOID |
T |
visitWindows()
Visit
Platform.WINDOWS |
T visitUnixoid()
Platform.UNIXOID
T visitWindows()
Platform.WINDOWS
T visitOsx()
Platform.OSX