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

Static Public Member Functions

static void importPackages (final String[] theseImports)
 
static void buildFields (final CtClass thisClass, final String[] theseImports, final String... theseDefs) throws CannotCompileException
 
static void buildMethods (final CtClass thisClass, final String[] theseImports, final String[] theseDefs) throws CannotCompileException
 
static void buildConstructors (final CtClass thisClass, final String[] theseImports, final String... theseDefs) throws CannotCompileException
 

Member Function Documentation

◆ buildConstructors()

static void grammarscope.tweak.Builder.buildConstructors ( final CtClass  thisClass,
final String[]  theseImports,
final String...  theseDefs 
) throws CannotCompileException
static

Build constructors

Parameters
thisClassclass
theseImportsimports
theseDefsconstructor definitions
Exceptions
CannotCompileExceptionexception

◆ buildFields()

static void grammarscope.tweak.Builder.buildFields ( final CtClass  thisClass,
final String[]  theseImports,
final String...  theseDefs 
) throws CannotCompileException
static

Build fields

Parameters
thisClassclass
theseImportsimports
theseDefsfield definitions
Exceptions
CannotCompileExceptionexception

◆ buildMethods()

static void grammarscope.tweak.Builder.buildMethods ( final CtClass  thisClass,
final String[]  theseImports,
final String[]  theseDefs 
) throws CannotCompileException
static

Build methods

Parameters
thisClassclass
theseImportsimports
theseDefsmethod definitions
Exceptions
CannotCompileExceptionexception

◆ importPackages()

static void grammarscope.tweak.Builder.importPackages ( final String[]  theseImports)
static

Import packages

Parameters
theseImportsimports

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