org.anarres.cpp
Class Version

java.lang.Object
  extended by org.anarres.cpp.Version

public class Version
extends Object

System version metadata for Anarres Java C Preprocessor 1.2.5. This class contains a main() and may be run to print the version.


Method Summary
static int getMajor()
           
static int getMinor()
           
static int getPatch()
           
static String getVersion()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getVersion

public static String getVersion()

getMajor

public static int getMajor()

getMinor

public static int getMinor()

getPatch

public static int getPatch()

main

public static void main(String[] args)


Copyright © 2007 Shevek, Anarres. All Rights Reserved.