public class OperatorClass extends Object
| Constructor and Description |
|---|
OperatorClass(TypeElement declaration,
List<OperatorElement> elements)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
TypeElement |
getDeclaration()
Returns the declaring class of this.
|
List<OperatorElement> |
getElements()
Returns the operator elements.
|
public OperatorClass(TypeElement declaration, List<OperatorElement> elements)
declaration - declaring typeelements - operator elementsIllegalArgumentException - if some parameters were nullpublic TypeElement getDeclaration()
public List<OperatorElement> getElements()
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.