Class ArgumentableExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.references.ArgumentableExtension
-
public class ArgumentableExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description ArgumentableExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EList<Type>
getArgumentTypes(Argumentable me)
Returns a list containing the types of the givenArgumentable
.
-
-
-
Method Detail
-
getArgumentTypes
public static EList<Type> getArgumentTypes(Argumentable me)
Returns a list containing the types of the givenArgumentable
.- Returns:
- list of types of 'me'
-
-