public class

CodeUnitUtil

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.CodeUnitUtil

Summary

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

Public Constructors

public CodeUnitUtil ()

Public Methods

public static ICodeField getFieldByName (ICodeUnit unit, String partialName, boolean failIfAmbiguous)

Get a field by name.

public static ICodeMethod getMethodByName (ICodeUnit unit, String partialName, boolean failIfAmbiguous)

HGet a method/routine by name.