|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcds.simbad.ident.Instruction
cds.simbad.ident.IntE
Signed integer instruction - INT
Field Summary | |
private int |
maximum
|
private int |
minimum
|
private int |
nbpos
|
private boolean |
plus
|
private int |
value
|
Fields inherited from class cds.simbad.ident.Instruction |
ALIG_LEFT, ALIG_RIGHT, alignment, BINARY, binPos, BLANC_RE, CARMAX, CAT, catName, CH, CONST, DE, DECIMAL, DECIMALES, DEFAULT_BINARY, DEFAULT_DECIMAL, DEFAULT_DELIMITOR, DEFAULT_FILLER, DEFAULT_MIN, DEFAULT_OPTIONAL, DELIMITOR, FACULTATIF, filler, FORMAT, IND, instrNames, INT, isBinary, JUSTIFICATION, LET, LGQ, LIST, LONGUEUR, MAJ, MAX_DEFAULT_CARMAX, MAXIMUM, MIN, MIN_DEFAULT_CARMAX, MINIMUM, NO_ALIGNMENT, NO_BIN_POS, NO_FILLER, NOM, optional, PARAM_FINISHED, paramNames, PGM, PLUS, POSITION, RA, regexGen, ROM, SPACE, SPACES_RE, STRICT, TAB, TEXT, TEXTE, UINT, valuelim, VAR, VAR_LENGTH, vec_format_car, ZONE |
Constructor Summary | |
IntE(java.lang.String params)
Constructor |
Method Summary | |
boolean |
normalize(java.lang.String str,
java.lang.StringBuffer norm)
Methode de normalisation de l'element |
void |
setAlignment(char alig)
|
void |
setFiller(char fil)
|
byte[] |
toBin()
Retourne la forme binaire de l'entier recu en parametre |
java.lang.String |
toRE()
Retourne une expression reguliere construite a partir des valeurs contenue dans la classe |
java.lang.String |
toString()
|
Methods inherited from class cds.simbad.ident.Instruction |
align, appendBinary, appendCarmax, appendCarmax, appendClose, appendDecimal, appendDelimitor, appendFormat, appendJustification, appendLength, appendList, appendMaximum, appendMinimum, appendMinimum, appendName, appendNom, appendOptional, appendPlus, appendPosition, appendStrict, appendText, displayError, equals, extractParams, format2dbl, format2RE, getBinaryPosition, getCatName, getInstrCode, getInstrName, getInteger, getLong, getNextParam, getRegexGen, isBinary, isOptional, isREKeyword, isREKeyword, normalize, optional, setBinary, setJustification, setRegexGen, toByteArray |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private int maximum
private int minimum
private int nbpos
private boolean plus
private int value
Constructor Detail |
public IntE(java.lang.String params) throws IdentifierDescriptionException
params
- parameter list string
IdentifierDescriptionException
Method Detail |
public void setAlignment(char alig)
public void setFiller(char fil)
public java.lang.String toString()
toString
in class Instruction
public java.lang.String toRE()
toRE
in class Instruction
public boolean normalize(java.lang.String str, java.lang.StringBuffer norm)
normalize
in class Instruction
str
- string to normalizenorm
- buffer to complete with the normalized field
public byte[] toBin()
toBin
in class Instruction
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |