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.UNIXOIDT visitWindows()
Platform.WINDOWST visitOsx()
Platform.OSX