public class LambdaFactory extends TypedValue
TypedValue.ArgValue, TypedValue.BinaryOperationValue, TypedValue.CastValue, TypedValue.ComparisonValue, TypedValue.GetFieldValue, TypedValue.GetStaticFieldValue, TypedValue.MathOpValue, TypedValue.NewValue, TypedValue.NotValue, TypedValue.ThisValue, TypedValue.UnaryMathOpValue, TypedValue.UnaryOperationValue| Constructor and Description |
|---|
LambdaFactory(org.jinq.rebased.org.objectweb.asm.Type functionalInterface,
org.jinq.rebased.org.objectweb.asm.Handle lambdaMethod,
List<TypedValue> capturedArgs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<TypedValue> |
getCapturedArgs() |
org.jinq.rebased.org.objectweb.asm.Handle |
getLambdaMethod() |
int |
hashCode() |
boolean |
isInvokeStatic() |
boolean |
isInvokeVirtual() |
String |
toString() |
getSize, getType, isPrimitive, visitpublic LambdaFactory(org.jinq.rebased.org.objectweb.asm.Type functionalInterface,
org.jinq.rebased.org.objectweb.asm.Handle lambdaMethod,
List<TypedValue> capturedArgs)
public org.jinq.rebased.org.objectweb.asm.Handle getLambdaMethod()
public boolean isInvokeStatic()
public boolean isInvokeVirtual()
public List<TypedValue> getCapturedArgs()
public int hashCode()
hashCode in class TypedValuepublic boolean equals(Object obj)
equals in class TypedValueCopyright © 2018. All Rights Reserved.