org.teatrove.tea.compiler
Class TemplateCallExtractor.AppMethodInfo

java.lang.Object
  extended by org.teatrove.tea.compiler.TemplateCallExtractor.AppMethodInfo
Enclosing class:
TemplateCallExtractor

public static class TemplateCallExtractor.AppMethodInfo
extends Object


Constructor Summary
TemplateCallExtractor.AppMethodInfo(Method method)
           
TemplateCallExtractor.AppMethodInfo(String desc)
           
TemplateCallExtractor.AppMethodInfo(String desc, String delim)
           
TemplateCallExtractor.AppMethodInfo(String name, TypeDesc[] params)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCallCount()
           
 String getDescriptorStr()
           
 String getDescriptorStr(String delim)
           
 String getName()
           
 TypeDesc[] getParams()
           
 int hashCode()
           
 void incCallCount()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemplateCallExtractor.AppMethodInfo

public TemplateCallExtractor.AppMethodInfo(String name,
                                           TypeDesc[] params)

TemplateCallExtractor.AppMethodInfo

public TemplateCallExtractor.AppMethodInfo(String desc,
                                           String delim)

TemplateCallExtractor.AppMethodInfo

public TemplateCallExtractor.AppMethodInfo(String desc)

TemplateCallExtractor.AppMethodInfo

public TemplateCallExtractor.AppMethodInfo(Method method)
Method Detail

getName

public String getName()

getParams

public TypeDesc[] getParams()

getCallCount

public int getCallCount()

incCallCount

public void incCallCount()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getDescriptorStr

public String getDescriptorStr(String delim)

getDescriptorStr

public String getDescriptorStr()

equals

public boolean equals(Object o)
Overrides:
equals in class Object


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.