Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var code: String?
Link copied to clipboard
Link copied to clipboard

All operators which perform and assignment and an operation using lhs and rhs. See https://docs.python.org/3/library/operator.html#in-place-operators

Link copied to clipboard
open override val conjunctiveOperators: List<String>
Link copied to clipboard
open override var ctx: TranslationContext?
Link copied to clipboard
open override val disjunctiveOperators: List<String>
Link copied to clipboard
var file: String?
Link copied to clipboard
open override val fileExtensions: List<String>
Link copied to clipboard
open override val frontend: KClass<out PythonLanguageFrontend>
Link copied to clipboard
var id: Long?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var language: Language<*>?
Link copied to clipboard
open override var location: PhysicalLocation?
Link copied to clipboard
open override var name: Name
Link copied to clipboard
open override val namespaceDelimiter: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var scope: Scope?
Link copied to clipboard

You can either use = or := in Python. But the latter is only available in a "named expression" (a = (x := 1)). We still need to include both however, otherwise Reference.access will not be set correctly in "named expressions".

Functions

Link copied to clipboard
open fun accept(strategy: IStrategy<Node>, visitor: IVisitor<Node>)
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
fun getSimpleTypeOf(typeString: CharSequence): Type?
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
open fun operatorCodeFor(name: Symbol): String?
Link copied to clipboard
open override fun propagateTypeOfBinaryOperation(operation: BinaryOperator): Type
Link copied to clipboard
open fun shouldPropagateType(hasType: HasType, srcType: Type): Boolean
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open fun tryCast(type: Type, targetType: Type, hint: HasType?, targetHint: HasType?): CastResult