public class MixinReference extends Object
| Constructor and Description |
|---|
MixinReference() |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(Expression expression)
Adds an expression as parameter
|
String |
getName()
Returns the name of the referenced mixin
|
List<Expression> |
getParameters()
Returns all parameters
|
void |
setName(String name)
Sets the name of the referenced mixin
|
String |
toString() |
public String getName()
public void setName(String name)
name - the name of the mixin being referencedpublic void addParameter(Expression expression)
expression - the expression to addpublic List<Expression> getParameters()
Copyright © 2016. All rights reserved.