org.python.core
Class CompilerFlags

java.lang.Object
  extended by org.python.core.CompilerFlags

public class CompilerFlags
extends java.lang.Object


Field Summary
 boolean absolute_import
           
 boolean division
           
 boolean dont_imply_dedent
           
 java.lang.String encoding
           
 boolean generator_allowed
           
 boolean nested_scopes
           
 boolean only_ast
           
 boolean source_is_utf8
           
 boolean with_statement
           
 
Constructor Summary
CompilerFlags()
           
CompilerFlags(int co_flags)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

nested_scopes

public boolean nested_scopes

division

public boolean division

generator_allowed

public boolean generator_allowed

with_statement

public boolean with_statement

absolute_import

public boolean absolute_import

only_ast

public boolean only_ast

dont_imply_dedent

public boolean dont_imply_dedent

source_is_utf8

public boolean source_is_utf8

encoding

public java.lang.String encoding
Constructor Detail

CompilerFlags

public CompilerFlags()

CompilerFlags

public CompilerFlags(int co_flags)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Jython homepage