public static class BlangScope.BlangVariable
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
deboxedName |
org.eclipse.xtext.common.types.JvmTypeReference |
deboxedType |
Constructor and Description |
---|
BlangVariable(org.eclipse.xtext.common.types.JvmTypeReference deboxedType,
java.lang.String deboxedName,
boolean isBoxed) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
boxedName() |
org.eclipse.xtext.common.types.JvmTypeReference |
boxedType(org.eclipse.xtext.xbase.jvmmodel.JvmTypeReferenceBuilder _typeReferenceBuilder) |
java.lang.String |
deboxingInvocationString() |
boolean |
isParam() |
public final org.eclipse.xtext.common.types.JvmTypeReference deboxedType
public final java.lang.String deboxedName
public BlangVariable(org.eclipse.xtext.common.types.JvmTypeReference deboxedType, java.lang.String deboxedName, boolean isBoxed)
public boolean isParam()
public java.lang.String deboxingInvocationString()
public java.lang.String boxedName()
public org.eclipse.xtext.common.types.JvmTypeReference boxedType(@Extension org.eclipse.xtext.xbase.jvmmodel.JvmTypeReferenceBuilder _typeReferenceBuilder)