Table of Contents

Class JvmThis

Namespace
TypedRest.CodeGeneration.Jvm.Model
Assembly
TypedRest.CodeGeneration.Jvm.dll

The this reference, which every child endpoint passes as its referrer.

public sealed class JvmThis : JvmExpression
Inheritance
object
JvmThis

Fields

Instance

The singleton instance.

public static readonly JvmThis Instance

Field Value

JvmThis

Methods

GetImports()

Returns every type that has to be imported to write this expression.

public override IEnumerable<JvmIdentifier> GetImports()

Returns

IEnumerable<JvmIdentifier>