GrammarScope  4.0.0
Static Public Member Functions | Private Member Functions | List of all members
grammarscope.tweak.Dumper Class Reference

Static Public Member Functions

static String constructors (final CtClass clazz)
 
static String methods (final CtClass clazz)
 
static String fields (final CtClass clazz) throws NotFoundException
 
static String classInfo (final CtClass clazz) throws NotFoundException
 
static void dumpClasspath ()
 

Private Member Functions

 Dumper ()
 

Detailed Description

Utility class to dump innards

Author
Bernard Bou

Constructor & Destructor Documentation

◆ Dumper()

grammarscope.tweak.Dumper.Dumper ( )
private

Member Function Documentation

◆ classInfo()

static String grammarscope.tweak.Dumper.classInfo ( final CtClass  clazz) throws NotFoundException
static

Class info

Parameters
clazzclass
Returns
class info
Exceptions
NotFoundExceptionexception

◆ constructors()

static String grammarscope.tweak.Dumper.constructors ( final CtClass  clazz)
static

Constructors to string

Parameters
clazzclass
Returns
string

◆ dumpClasspath()

static void grammarscope.tweak.Dumper.dumpClasspath ( )
static

Dump class path

◆ fields()

static String grammarscope.tweak.Dumper.fields ( final CtClass  clazz) throws NotFoundException
static

Fields to string

Parameters
clazzclass
Returns
string
Exceptions
NotFoundExceptionexception

◆ methods()

static String grammarscope.tweak.Dumper.methods ( final CtClass  clazz)
static

Methods to string

Parameters
clazzclass
Returns
string

The documentation for this class was generated from the following file: