Module openj9.dtfj
Class PlatformPatternMatchers
- java.lang.Object
-
- com.ibm.dtfj.javacore.parser.j9.section.platform.PlatformPatternMatchers
-
public class PlatformPatternMatchers extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static MatcherAIXstatic MatcherLinuxstatic MatcherModulestatic MatcherModule_basestatic MatcherModule_offsetstatic MatcherOSXstatic MatcherSignalstatic MatcherWindows_2000static MatcherWindows_7static MatcherWindows_8static MatcherWindows_Genericstatic MatcherWindows_Server_2003static MatcherWindows_Server_2008static MatcherWindows_Server_2012static MatcherWindows_Server_8static MatcherWindows_Vistastatic MatcherWindows_XPstatic Matcherz_OS
-
Constructor Summary
Constructors Constructor Description PlatformPatternMatchers()
-
-
-
Field Detail
-
Windows_XP
public static final Matcher Windows_XP
-
Windows_Server_2003
public static final Matcher Windows_Server_2003
-
Windows_Server_2008
public static final Matcher Windows_Server_2008
-
Windows_2000
public static final Matcher Windows_2000
-
Windows_Vista
public static final Matcher Windows_Vista
-
Windows_7
public static final Matcher Windows_7
-
Windows_8
public static final Matcher Windows_8
-
Windows_Server_8
public static final Matcher Windows_Server_8
-
Windows_Server_2012
public static final Matcher Windows_Server_2012
-
Windows_Generic
public static final Matcher Windows_Generic
-
Linux
public static final Matcher Linux
-
AIX
public static final Matcher AIX
-
OSX
public static final Matcher OSX
-
z_OS
public static final Matcher z_OS
-
Signal
public static final Matcher Signal
-
Module
public static final Matcher Module
-
Module_base
public static final Matcher Module_base
-
Module_offset
public static final Matcher Module_offset
-
-