Java Doc for CUPTask.java in  » Parser » CUP-develop » java_cup » anttask » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Parser » CUP develop » java_cup.anttask 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java_cup.anttask.CUPTask

CUPTask
public class CUPTask extends Task (Code)




Method Summary
public  voidexecute()
     executes the task parses all attributes and validates options...
public  StringgetDestdir()
    
public  StringgetExpect()
    
public  booleangetForce()
    
public  StringgetPackage()
    
public  StringgetParser()
    
public  booleangetQuiet()
    
public  StringgetSrcfile()
     Get the Srcfile value.
public  StringgetSymbols()
    
protected  Stringinspect(String cupfile)
    
public  booleanisCompact_red()
    
public  booleanisDebug()
    
public  booleanisDump()
    
public  booleanisDump_grammar()
    
public  booleanisDump_states()
    
public  booleanisDump_tables()
    
public  booleanisInterface()
    
public  booleanisNonterms()
    
public  booleanisNopositions()
    
public  booleanisNoscanner()
    
public  booleanisNosummary()
    
public  booleanisNowarn()
    
public  booleanisProgress()
    
public  booleanisTime()
    
public  voidsetCompact_red(boolean argCompact_red)
    
public  voidsetDebug(boolean argDebug)
    
public  voidsetDestdir(String destdir)
    
public  voidsetDump(boolean argDump)
    
public  voidsetDump_grammar(boolean argDump_grammar)
    
public  voidsetDump_states(boolean argDump_states)
    
public  voidsetDump_tables(boolean argDump_tables)
    
public  voidsetExpect(String argExpect)
    
public  voidsetForce(boolean argforce)
    
public  voidsetInterface(boolean arg_interface)
    
public  voidsetNonterms(boolean argNonterms)
    
public  voidsetNopositions(boolean argNopositions)
    
public  voidsetNoscanner(boolean argNoscanner)
    
public  voidsetNosummary(boolean argNosummary)
    
public  voidsetNowarn(boolean argNowarn)
    
public  voidsetPackage(String arg_package)
    
public  voidsetParser(String argParser)
    
public  voidsetProgress(boolean argProgress)
    
public  voidsetQuiet(boolean argquiet)
    
public  voidsetSrcfile(String newSrcfile)
     Set the Srcfile value.
public  voidsetSymbols(String argSymbols)
    
public  voidsetTime(boolean argTime)
    



Method Detail
execute
public void execute() throws BuildException(Code)
executes the task parses all attributes and validates options...



getDestdir
public String getDestdir()(Code)
Gets the value of destdir the value of destdir



getExpect
public String getExpect()(Code)
Gets the value of expect the value of expect



getForce
public boolean getForce()(Code)
Gets the value of force the value of force



getPackage
public String getPackage()(Code)
Gets the value of _package the value of _package



getParser
public String getParser()(Code)
Gets the value of parser the value of parser



getQuiet
public boolean getQuiet()(Code)
Gets the value of quiet the value of quiet



getSrcfile
public String getSrcfile()(Code)
Get the Srcfile value. the Srcfile value.



getSymbols
public String getSymbols()(Code)
Gets the value of symbols the value of symbols



inspect
protected String inspect(String cupfile)(Code)
Let's search for package name
Parameters:
  cupfile - where we have to search for the package name the package folder structure



isCompact_red
public boolean isCompact_red()(Code)
Gets the value of compact_red the value of compact_red



isDebug
public boolean isDebug()(Code)
Gets the value of debug the value of debug



isDump
public boolean isDump()(Code)
Gets the value of dump the value of dump



isDump_grammar
public boolean isDump_grammar()(Code)
Gets the value of dump_grammar the value of dump_grammar



isDump_states
public boolean isDump_states()(Code)
Gets the value of dump_states the value of dump_states



isDump_tables
public boolean isDump_tables()(Code)
Gets the value of dump_tables the value of dump_tables



isInterface
public boolean isInterface()(Code)
Gets the value of _interface the value of _interface



isNonterms
public boolean isNonterms()(Code)
Gets the value of nonterms the value of nonterms



isNopositions
public boolean isNopositions()(Code)
Gets the value of nopositions the value of nopositions



isNoscanner
public boolean isNoscanner()(Code)
Gets the value of noscanner the value of noscanner



isNosummary
public boolean isNosummary()(Code)
Gets the value of nosummary the value of nosummary



isNowarn
public boolean isNowarn()(Code)
Gets the value of nowarn the value of nowarn



isProgress
public boolean isProgress()(Code)
Gets the value of progress the value of progress



isTime
public boolean isTime()(Code)
Gets the value of time the value of time



setCompact_red
public void setCompact_red(boolean argCompact_red)(Code)
Sets the value of compact_red
Parameters:
  argCompact_red - Value to assign to this.compact_red



setDebug
public void setDebug(boolean argDebug)(Code)
Sets the value of debug
Parameters:
  argDebug - Value to assign to this.debug



setDestdir
public void setDestdir(String destdir)(Code)
Sets the value of destdir
Parameters:
  arg_package - Value to assign to this.destdir



setDump
public void setDump(boolean argDump)(Code)
Sets the value of dump
Parameters:
  argDump - Value to assign to this.dump



setDump_grammar
public void setDump_grammar(boolean argDump_grammar)(Code)
Sets the value of dump_grammar
Parameters:
  argDump_grammar - Value to assign to this.dump_grammar



setDump_states
public void setDump_states(boolean argDump_states)(Code)
Sets the value of dump_states
Parameters:
  argDump_states - Value to assign to this.dump_states



setDump_tables
public void setDump_tables(boolean argDump_tables)(Code)
Sets the value of dump_tables
Parameters:
  argDump_tables - Value to assign to this.dump_tables



setExpect
public void setExpect(String argExpect)(Code)
Sets the value of expect
Parameters:
  argExpect - Value to assign to this.expect



setForce
public void setForce(boolean argforce)(Code)
Sets the value of force
Parameters:
  arg_package - Value to assign to this.force



setInterface
public void setInterface(boolean arg_interface)(Code)
Sets the value of _interface
Parameters:
  arg_interface - Value to assign to this._interface



setNonterms
public void setNonterms(boolean argNonterms)(Code)
Sets the value of nonterms
Parameters:
  argNonterms - Value to assign to this.nonterms



setNopositions
public void setNopositions(boolean argNopositions)(Code)
Sets the value of nopositions
Parameters:
  argNopositions - Value to assign to this.nopositions



setNoscanner
public void setNoscanner(boolean argNoscanner)(Code)
Sets the value of noscanner
Parameters:
  argNoscanner - Value to assign to this.noscanner



setNosummary
public void setNosummary(boolean argNosummary)(Code)
Sets the value of nosummary
Parameters:
  argNosummary - Value to assign to this.nosummary



setNowarn
public void setNowarn(boolean argNowarn)(Code)
Sets the value of nowarn
Parameters:
  argNowarn - Value to assign to this.nowarn



setPackage
public void setPackage(String arg_package)(Code)
Sets the value of _package
Parameters:
  arg_package - Value to assign to this._package



setParser
public void setParser(String argParser)(Code)
Sets the value of parser
Parameters:
  argParser - Value to assign to this.parser



setProgress
public void setProgress(boolean argProgress)(Code)
Sets the value of progress
Parameters:
  argProgress - Value to assign to this.progress



setQuiet
public void setQuiet(boolean argquiet)(Code)
Sets the value of quiet
Parameters:
  arg_quiet - Value to assign to this.quiet



setSrcfile
public void setSrcfile(String newSrcfile)(Code)
Set the Srcfile value.
Parameters:
  newSrcfile - The new Srcfile value.



setSymbols
public void setSymbols(String argSymbols)(Code)
Sets the value of symbols
Parameters:
  argSymbols - Value to assign to this.symbols



setTime
public void setTime(boolean argTime)(Code)
Sets the value of time
Parameters:
  argTime - Value to assign to this.time



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.