| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
(package private) int | acount_d Counter of ambiguous occurencies. |
(package private) MethodType | candidateType_d Candidate type for method. |
(package private) Symbol | className_d Class/type where we currently try to match (output). |
(package private) int | distance_d Best distance we encountered so far (input/output). |
(package private) int | methodIndex_d Index into method table of current best match (output). |
(package private) Symbol | methodName_d Unqualified method name (input). |
(package private) MethodType | methodType_d Signature of method we try to match (input). |
(package private) SyntaxTreeNode | node_d Node from which findMethod was called initially. |
Constructor Summary | |
MethodDesc(Symbol methodName, MethodType methodType, SyntaxTreeNode node) |
Method Summary | |
int | acount() |
MethodType | candidateType() |
Symbol | className() |
int | distance() |
int | methodIndex() |
Symbol | methodName() |
MethodType | methodType() |
SyntaxTreeNode | node() |
void | setAcount(int acount) |
void | setCandidateType(MethodType mtype) |
void | setClassName(Symbol className) |
void | setDistance(int distance) |
void | setMethodIndex(int mindex) |
Field Detail |
int acount_d
MethodType candidateType_d
Symbol className_d
int distance_d
int methodIndex_d
Symbol methodName_d
MethodType methodType_d
SyntaxTreeNode node_d
Constructor Detail |
public MethodDesc(Symbol methodName, MethodType methodType, SyntaxTreeNode node)
Method Detail |
public int acount()
public MethodType candidateType()
public Symbol className()
public int distance()
public int methodIndex()
public Symbol methodName()
public MethodType methodType()
public SyntaxTreeNode node()
public void setAcount(int acount)
public void setCandidateType(MethodType mtype)
public void setClassName(Symbol className)
public void setDistance(int distance)
public void setMethodIndex(int mindex)
Association Links |
to Class jellyj.util.Symbol
to Class jellyj.util.Symbol
to Class jellyj.util.MethodType
to Class jellyj.syntaxtree.SyntaxTreeNode
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |