java_cup.anttask
public class CUPTask extends Task
Method Summary | |
---|---|
void | execute()
executes the task
parses all attributes and validates options...
|
String | getDestdir()
Gets the value of destdir
|
String | getExpect()
Gets the value of expect
|
boolean | getForce()
Gets the value of force
|
String | getPackage()
Gets the value of _package
|
String | getParser()
Gets the value of parser
|
boolean | getQuiet()
Gets the value of quiet
|
String | getSrcfile()
Get the Srcfile value. |
String | getSymbols()
Gets the value of symbols
|
protected String | inspect(String cupfile)
Let's search for package name
|
boolean | isCompact_red()
Gets the value of compact_red
|
boolean | isDebug()
Gets the value of debug
|
boolean | isDump()
Gets the value of dump
|
boolean | isDump_grammar()
Gets the value of dump_grammar
|
boolean | isDump_states()
Gets the value of dump_states
|
boolean | isDump_tables()
Gets the value of dump_tables
|
boolean | isInterface()
Gets the value of _interface
|
boolean | isNonterms()
Gets the value of nonterms
|
boolean | isNopositions()
Gets the value of nopositions
|
boolean | isNoscanner()
Gets the value of noscanner
|
boolean | isNosummary()
Gets the value of nosummary
|
boolean | isNowarn()
Gets the value of nowarn
|
boolean | isProgress()
Gets the value of progress
|
boolean | isTime()
Gets the value of time
|
void | setCompact_red(boolean argCompact_red)
Sets the value of compact_red
|
void | setDebug(boolean argDebug)
Sets the value of debug
|
void | setDestdir(String destdir)
Sets the value of destdir
|
void | setDump(boolean argDump)
Sets the value of dump
|
void | setDump_grammar(boolean argDump_grammar)
Sets the value of dump_grammar
|
void | setDump_states(boolean argDump_states)
Sets the value of dump_states
|
void | setDump_tables(boolean argDump_tables)
Sets the value of dump_tables
|
void | setExpect(String argExpect)
Sets the value of expect
|
void | setForce(boolean argforce)
Sets the value of force
|
void | setInterface(boolean arg_interface)
Sets the value of _interface
|
void | setNonterms(boolean argNonterms)
Sets the value of nonterms
|
void | setNopositions(boolean argNopositions)
Sets the value of nopositions
|
void | setNoscanner(boolean argNoscanner)
Sets the value of noscanner
|
void | setNosummary(boolean argNosummary)
Sets the value of nosummary
|
void | setNowarn(boolean argNowarn)
Sets the value of nowarn
|
void | setPackage(String arg_package)
Sets the value of _package
|
void | setParser(String argParser)
Sets the value of parser
|
void | setProgress(boolean argProgress)
Sets the value of progress
|
void | setQuiet(boolean argquiet)
Sets the value of quiet
|
void | setSrcfile(String newSrcfile)
Set the Srcfile value. |
void | setSymbols(String argSymbols)
Sets the value of symbols
|
void | setTime(boolean argTime)
Sets the value of time
|
Returns: the value of destdir
Returns: the value of expect
Returns: the value of force
Returns: the value of _package
Returns: the value of parser
Returns: the value of quiet
Returns: the Srcfile value.
Returns: the value of symbols
Parameters: cupfile where we have to search for the package name
Returns: the package folder structure
Returns: the value of compact_red
Returns: the value of debug
Returns: the value of dump
Returns: the value of dump_grammar
Returns: the value of dump_states
Returns: the value of dump_tables
Returns: the value of _interface
Returns: the value of nonterms
Returns: the value of nopositions
Returns: the value of noscanner
Returns: the value of nosummary
Returns: the value of nowarn
Returns: the value of progress
Returns: the value of time
Parameters: argCompact_red Value to assign to this.compact_red
Parameters: argDebug Value to assign to this.debug
Parameters: arg_package Value to assign to this.destdir
Parameters: argDump Value to assign to this.dump
Parameters: argDump_grammar Value to assign to this.dump_grammar
Parameters: argDump_states Value to assign to this.dump_states
Parameters: argDump_tables Value to assign to this.dump_tables
Parameters: argExpect Value to assign to this.expect
Parameters: arg_package Value to assign to this.force
Parameters: arg_interface Value to assign to this._interface
Parameters: argNonterms Value to assign to this.nonterms
Parameters: argNopositions Value to assign to this.nopositions
Parameters: argNoscanner Value to assign to this.noscanner
Parameters: argNosummary Value to assign to this.nosummary
Parameters: argNowarn Value to assign to this.nowarn
Parameters: arg_package Value to assign to this._package
Parameters: argParser Value to assign to this.parser
Parameters: argProgress Value to assign to this.progress
Parameters: arg_quiet Value to assign to this.quiet
Parameters: newSrcfile The new Srcfile value.
Parameters: argSymbols Value to assign to this.symbols
Parameters: argTime Value to assign to this.time