Table of Contents

Class JvmName

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

A reference to a local variable or parameter, e.g. referrer.

public sealed class JvmName : JvmExpression
Inheritance
object
JvmName

Constructors

JvmName(string)

A reference to a local variable or parameter, e.g. referrer.

public JvmName(string name)

Parameters

name string

The name of the variable.

Properties

Name

The name of the variable.

public string Name { get; }

Property Value

string

Methods

GetImports()

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

public override IEnumerable<JvmIdentifier> GetImports()

Returns

IEnumerable<JvmIdentifier>