| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.CodeUnitUtil |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CodeUnitUtil() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static ICodeField |
getFieldByName(ICodeUnit unit, String partialName, boolean failIfAmbiguous)
Get a field by name.
| ||||||||||
| static ICodeMethod |
getMethodByName(ICodeUnit unit, String partialName, boolean failIfAmbiguous)
HGet a method/routine by name.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get a field by name.
HGet a method/routine by name.