Package adalid.core.programmers
Class AbstractProgrammer
- java.lang.Object
-
- adalid.core.programmers.AbstractProgrammer
-
- All Implemented Interfaces:
Programmer
- Direct Known Subclasses:
AbstractBundleProgrammer,AbstractJavaProgrammer,AbstractSqlProgrammer,ChiefProgrammer
public abstract class AbstractProgrammer extends Object implements Programmer
- Author:
- Jorge Campins
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringARG0protected static StringARG1protected static StringARG2protected static StringARG3protected static StringARG4protected static StringARG5protected static StringARG6protected static StringARG7protected static StringARG8protected static StringARG9protected static charASTASTeriskprotected static StringAST$ASTeriskprotected static charBSBackSpaceprotected static charBSLBackSLashprotected static StringBSL$BackSLashprotected static charCOLCOLonprotected static StringCOL$COLonprotected static charCOMCOMmaprotected static StringCOM$COMmaprotected static charCRCarriage Returnprotected static charDOTDOTprotected static StringDOT$DOTprotected static charDQMDouble Quotation Markprotected static StringDQM$Double Quotation Markprotected static StringEOL$End Of Lineprotected static charFFForm Feedprotected static charHTHorizontal Tabprotected static charLCBLeft Curly Bracketprotected static StringLCB$Left Curly Bracketprotected static charLFLine Feedprotected static charLRBLeft Round Bracketprotected static StringLRB$Left Round Bracketprotected static charLSBLeft Square Bracketprotected static StringLSB$Left Square Bracketprotected static charRCBRight Curly Bracketprotected static StringRCB$Right Curly Bracketprotected static charRRBRight Round Bracketprotected static StringRRB$Right Round Bracketprotected static charRSBRight Square Bracketprotected static StringRSB$Right Square Bracketprotected static charSEMSEMicolonprotected static StringSEM$SEMicolonprotected static charSPCSPaCeprotected static StringSPC$SPaCeprotected static charSQMSingle Quotation Markprotected static StringSQM$Single Quotation Markprotected static StringTAB$TAB charactersprotected static charUNDUNDerscoreprotected static StringUND$UNDerscoreprotected static charVTVertical Tab
-
Constructor Summary
Constructors Constructor Description AbstractProgrammer()
-
-
-
Field Detail
-
BS
protected static final char BS
BackSpace- See Also:
- Constant Field Values
-
HT
protected static final char HT
Horizontal Tab- See Also:
- Constant Field Values
-
LF
protected static final char LF
Line Feed- See Also:
- Constant Field Values
-
VT
protected static final char VT
Vertical Tab- See Also:
- Constant Field Values
-
FF
protected static final char FF
Form Feed- See Also:
- Constant Field Values
-
CR
protected static final char CR
Carriage Return- See Also:
- Constant Field Values
-
LCB
protected static final char LCB
Left Curly Bracket- See Also:
- Constant Field Values
-
RCB
protected static final char RCB
Right Curly Bracket- See Also:
- Constant Field Values
-
LRB
protected static final char LRB
Left Round Bracket- See Also:
- Constant Field Values
-
RRB
protected static final char RRB
Right Round Bracket- See Also:
- Constant Field Values
-
LSB
protected static final char LSB
Left Square Bracket- See Also:
- Constant Field Values
-
RSB
protected static final char RSB
Right Square Bracket- See Also:
- Constant Field Values
-
BSL
protected static final char BSL
BackSLash- See Also:
- Constant Field Values
-
SPC
protected static final char SPC
SPaCe- See Also:
- Constant Field Values
-
SQM
protected static final char SQM
Single Quotation Mark- See Also:
- Constant Field Values
-
DQM
protected static final char DQM
Double Quotation Mark- See Also:
- Constant Field Values
-
DOT
protected static final char DOT
DOT- See Also:
- Constant Field Values
-
COM
protected static final char COM
COMma- See Also:
- Constant Field Values
-
COL
protected static final char COL
COLon- See Also:
- Constant Field Values
-
SEM
protected static final char SEM
SEMicolon- See Also:
- Constant Field Values
-
UND
protected static final char UND
UNDerscore- See Also:
- Constant Field Values
-
AST
protected static final char AST
ASTerisk- See Also:
- Constant Field Values
-
EOL$
protected static final String EOL$
End Of Line
-
TAB$
protected static final String TAB$
TAB characters
-
LCB$
protected static final String LCB$
Left Curly Bracket- See Also:
- Constant Field Values
-
RCB$
protected static final String RCB$
Right Curly Bracket- See Also:
- Constant Field Values
-
LRB$
protected static final String LRB$
Left Round Bracket- See Also:
- Constant Field Values
-
RRB$
protected static final String RRB$
Right Round Bracket- See Also:
- Constant Field Values
-
LSB$
protected static final String LSB$
Left Square Bracket- See Also:
- Constant Field Values
-
RSB$
protected static final String RSB$
Right Square Bracket- See Also:
- Constant Field Values
-
BSL$
protected static final String BSL$
BackSLash- See Also:
- Constant Field Values
-
SPC$
protected static final String SPC$
SPaCe- See Also:
- Constant Field Values
-
SQM$
protected static final String SQM$
Single Quotation Mark- See Also:
- Constant Field Values
-
DQM$
protected static final String DQM$
Double Quotation Mark- See Also:
- Constant Field Values
-
DOT$
protected static final String DOT$
DOT- See Also:
- Constant Field Values
-
COM$
protected static final String COM$
COMma- See Also:
- Constant Field Values
-
COL$
protected static final String COL$
COLon- See Also:
- Constant Field Values
-
SEM$
protected static final String SEM$
SEMicolon- See Also:
- Constant Field Values
-
UND$
protected static final String UND$
UNDerscore- See Also:
- Constant Field Values
-
AST$
protected static final String AST$
ASTerisk- See Also:
- Constant Field Values
-
ARG0
protected static final String ARG0
- See Also:
- Constant Field Values
-
ARG1
protected static final String ARG1
- See Also:
- Constant Field Values
-
ARG2
protected static final String ARG2
- See Also:
- Constant Field Values
-
ARG3
protected static final String ARG3
- See Also:
- Constant Field Values
-
ARG4
protected static final String ARG4
- See Also:
- Constant Field Values
-
ARG5
protected static final String ARG5
- See Also:
- Constant Field Values
-
ARG6
protected static final String ARG6
- See Also:
- Constant Field Values
-
ARG7
protected static final String ARG7
- See Also:
- Constant Field Values
-
ARG8
protected static final String ARG8
- See Also:
- Constant Field Values
-
ARG9
protected static final String ARG9
- See Also:
- Constant Field Values
-
-