play.classloading.enhancers
类 LVEnhancer.MethodExecution

java.lang.Object
  继承者 play.classloading.enhancers.LVEnhancer.MethodExecution
包容类:
LVEnhancer

public static class LVEnhancer.MethodExecution
extends java.lang.Object


字段摘要
protected  LVEnhancer.MethodExecution currentNestedMethodCall
           
protected  java.lang.String[] paramsNames
           
protected  java.lang.String subject
           
protected  java.lang.String[] varargsNames
           
 
方法摘要
 LVEnhancer.MethodExecution getCurrentNestedMethodCall()
           
 java.lang.String[] getParamsNames()
           
 java.lang.String getSubject()
           
 java.lang.String[] getVarargsNames()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

paramsNames

protected java.lang.String[] paramsNames

varargsNames

protected java.lang.String[] varargsNames

subject

protected java.lang.String subject

currentNestedMethodCall

protected LVEnhancer.MethodExecution currentNestedMethodCall
方法详细信息

getParamsNames

public java.lang.String[] getParamsNames()

getVarargsNames

public java.lang.String[] getVarargsNames()

getSubject

public java.lang.String getSubject()

getCurrentNestedMethodCall

public LVEnhancer.MethodExecution getCurrentNestedMethodCall()


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly