public static class Interpreter.ConstantLambda extends Constant
Constant.Array, Constant.Bool, Constant.Byte, Constant.FunctionOrMethod, Constant.Integer, Constant.Null, Constant.Record, Constant.Type| Constructor and Description |
|---|
ConstantLambda(SyntaxTree.Location<Bytecode.Lambda> lambda,
Constant... frame) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Constant o) |
boolean |
equals(Object o) |
int |
hashCode() |
Type |
type() |
public ConstantLambda(SyntaxTree.Location<Bytecode.Lambda> lambda, Constant... frame)
Copyright © 2017. All rights reserved.