public class ReturnTypeInfo
extends java.lang.Object
Constructor and Description |
---|
ReturnTypeInfo() |
Modifier and Type | Method and Description |
---|---|
act.asm.Type |
componentType() |
ReturnTypeInfo |
componentType(act.asm.Type type) |
boolean |
hasReturn() |
boolean |
isResult() |
static ReturnTypeInfo |
of(act.asm.Type type) |
act.asm.Type |
type() |
public act.asm.Type type()
public ReturnTypeInfo componentType(act.asm.Type type)
public act.asm.Type componentType()
public boolean hasReturn()
public boolean isResult()
public static ReturnTypeInfo of(act.asm.Type type)
Copyright © 2014–2017 ActFramework. All rights reserved.