Class SVarArgParameter
- java.lang.Object
 - 
- jetbrains.mps.core.aspects.behaviour.SVarArgParameter
 
 
- 
- All Implemented Interfaces:
 SParameter,STypedElement,SElement,SNamedElement
public final class SVarArgParameter extends Object implements SParameter
 
- 
- 
Constructor Summary
Constructors Constructor Description SVarArgParameter(SAbstractType paramType, String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)SAbstractTypegetComponentType()StringgetName()Presentation of the element for an end-user.SAbstractTypegetType()inthashCode()StringtoString()- 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait 
- 
Methods inherited from interface org.jetbrains.mps.openapi.language.SElement
getLanguage, getSourceNode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SVarArgParameter
public SVarArgParameter(@NotNull SAbstractType paramType, @NotNull String name)
 
 - 
 
- 
Method Detail
- 
getComponentType
@NotNull public SAbstractType getComponentType()
 
- 
getType
@NotNull public SAbstractType getType()
- Specified by:
 getTypein interfaceSTypedElement
 
- 
getName
@NotNull public String getName()
Description copied from interface:SNamedElementPresentation of the element for an end-user. Unlike identity, the name is deemed user-friendly and shall not be used for persistence.- Specified by:
 getNamein interfaceSNamedElement- Returns:
 - name of the meta element
 
 
 - 
 
 -