GrammarScope  4.0.0
Public Member Functions | Private Member Functions | Private Attributes | List of all members
grammarscope.generator.codedeps.Logger.PreFormatter Class Reference
Collaboration diagram for grammarscope.generator.codedeps.Logger.PreFormatter:
Collaboration graph
[legend]

Public Member Functions

 PreFormatter (final String fmt, final Object... args)
 
String getFormat ()
 
Object[] getArguments ()
 

Private Member Functions

void process (final String fmt, final Object[] args)
 

Private Attributes

transient String format
 
transient List< Object > arguments
 

Constructor & Destructor Documentation

◆ PreFormatter()

grammarscope.generator.codedeps.Logger.PreFormatter.PreFormatter ( final String  fmt,
final Object...  args 
)

Public ctor.

Parameters
fmtThe formatting string
argsThe list of arguments

Member Function Documentation

◆ getArguments()

Object [] grammarscope.generator.codedeps.Logger.PreFormatter.getArguments ( )

Get new list of arguments.

Returns
The list of arguments

◆ getFormat()

String grammarscope.generator.codedeps.Logger.PreFormatter.getFormat ( )

Get new formatting string.

Returns
The formatting text

◆ process()

void grammarscope.generator.codedeps.Logger.PreFormatter.process ( final String  fmt,
final Object[]  args 
)
private

Process the data provided.

Parameters
fmtThe formatting string
argsThe list of arguments

Member Data Documentation

◆ arguments

transient List<Object> grammarscope.generator.codedeps.Logger.PreFormatter.arguments
private

List of arguments.

◆ format

transient String grammarscope.generator.codedeps.Logger.PreFormatter.format
private

The formatting string.


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