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
-
objectJvmName
Constructors
JvmName(string)
A reference to a local variable or parameter, e.g. referrer.
public JvmName(string name)
Parameters
namestringThe name of the variable.
Properties
Name
The name of the variable.
public string Name { get; }
Property Value
Methods
GetImports()
Returns every type that has to be imported to write this expression.
public override IEnumerable<JvmIdentifier> GetImports()