| Modifier and Type | Method and Description |
|---|---|
MethodSymbol |
BaseScope.getEnclosingScopeOfType(Class<?> type)
Walk up enclosingScope until we find an object of a specific type.
|
MethodSymbol |
ClassSymbol.resolveMethod(String name) |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodSymbol> |
ClassSymbol.getDefinedMethods()
Return the set of all methods defined within this class
|
Set<MethodSymbol> |
ClassSymbol.getMethods()
Return the set of all methods either inherited or not
|
Copyright © 2016 ANTLR. All Rights Reserved.