org.jostraca
Class PropertyPython

java.lang.Object
  extended byorg.jostraca.PropertyPython

public class PropertyPython
extends java.lang.Object

Description:
Jostraca configuration Property names for Python. Note:
If you recompile this class you should recompile everything or the static finals will not be updated.


Field Summary
static java.lang.String controlFlowRegExp
           
static java.lang.String nonStatementLineRegExp
           
static java.lang.String PREFIX_python
           
static java.lang.String standardIndent
           
static java.lang.String tabAsSpaces
           
 
Constructor Summary
PropertyPython()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PREFIX_python

public static final java.lang.String PREFIX_python
See Also:
Constant Field Values

standardIndent

public static final java.lang.String standardIndent
See Also:
Constant Field Values

tabAsSpaces

public static final java.lang.String tabAsSpaces
See Also:
Constant Field Values

nonStatementLineRegExp

public static final java.lang.String nonStatementLineRegExp
See Also:
Constant Field Values

controlFlowRegExp

public static final java.lang.String controlFlowRegExp
See Also:
Constant Field Values
Constructor Detail

PropertyPython

public PropertyPython()


Copyright © 2000-2002 Richard Rodger