public static final class Constant.FunctionOrMethod extends Constant
Constant.Array, Constant.Bool, Constant.Byte, Constant.FunctionOrMethod, Constant.Integer, Constant.Null, Constant.Record, Constant.Type| Constructor and Description |
|---|
FunctionOrMethod(wybs.lang.NameID name,
Type.FunctionOrMethod type,
Collection<Constant> arguments) |
FunctionOrMethod(wybs.lang.NameID name,
Type.FunctionOrMethod type,
Constant... arguments) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Constant> |
arguments() |
int |
compareTo(Constant v) |
boolean |
equals(Object o) |
int |
hashCode() |
wybs.lang.NameID |
name() |
String |
toString() |
Type.FunctionOrMethod |
type() |
public FunctionOrMethod(wybs.lang.NameID name,
Type.FunctionOrMethod type,
Constant... arguments)
public FunctionOrMethod(wybs.lang.NameID name,
Type.FunctionOrMethod type,
Collection<Constant> arguments)
public Type.FunctionOrMethod type()
public int compareTo(Constant v)
public wybs.lang.NameID name()
Copyright © 2017. All rights reserved.