|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Disamb
Utility class which is used to disambiguate ambiguous AST nodes (Expr, Type, Receiver, Qualifier, Prefix).
Method Summary | |
---|---|
Node |
disambiguate(Ambiguous amb,
ContextVisitor v,
Position pos,
Prefix prefix,
Id name)
Disambiguate the prefix and name into a unambiguous node of the appropriate type. |
Node |
disambiguate(Ambiguous amb,
ContextVisitor v,
Position pos,
Prefix prefix,
java.lang.String name)
Deprecated. |
Method Detail |
---|
Node disambiguate(Ambiguous amb, ContextVisitor v, Position pos, Prefix prefix, Id name) throws SemanticException
SemanticException
Node disambiguate(Ambiguous amb, ContextVisitor v, Position pos, Prefix prefix, java.lang.String name) throws SemanticException
SemanticException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |