com.googlecode.android_scripting.language
Class PythonLanguage

java.lang.Object
  extended by com.googlecode.android_scripting.language.Language
      extended by com.googlecode.android_scripting.language.PythonLanguage

public class PythonLanguage
extends Language

Represents the Python programming language.

Author:
igor.v.karp@gmail.com (Igor Karp)

Constructor Summary
PythonLanguage()
           
 
Method Summary
 
Methods inherited from class com.googlecode.android_scripting.language.Language
autoClose, getContentTemplate, getRpcText
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonLanguage

public PythonLanguage()