Uses of Class
com.cosylab.vdct.util.EnhancedStreamTokenizer
-
Packages that use EnhancedStreamTokenizer Package Description com.cosylab.vdct.db com.cosylab.vdct.dbd -
-
Uses of EnhancedStreamTokenizer in com.cosylab.vdct.db
Methods in com.cosylab.vdct.db that return EnhancedStreamTokenizer Modifier and Type Method Description static EnhancedStreamTokenizer
DBResolver. getEnhancedStreamTokenizer(InputStream is)
This method was created in VisualAge.static EnhancedStreamTokenizer
DBResolver. getEnhancedStreamTokenizer(String fileName)
This method was created in VisualAge.Methods in com.cosylab.vdct.db with parameters of type EnhancedStreamTokenizer Modifier and Type Method Description static void
DBResolver. initializeTokenizer(EnhancedStreamTokenizer tokenizer)
This method was created in VisualAge.static String
DBResolver. processComment(Object dsId, DBData data, EnhancedStreamTokenizer tokenizer, String fileName)
VisualDCT layout data is also processed herestatic void
DBResolver. processDB(Object dsId, DBData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths, Stack loadStack, ArrayList loadList)
This method was created in VisualAge.static void
DBResolver. processFields(Object dsId, DBRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBResolver. processMacros(Object dsId, DBTemplateInstance templateInstance, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBResolver. processPorts(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static String
DBResolver. processTemplateComment(DBTemplate template, EnhancedStreamTokenizer tokenizer, String fileName)
VisualDCT layout data is also processed herestatic void
DBResolver. skipLines(int linesToSkip, EnhancedStreamTokenizer tokenizer, String fileName)
VisualDCT layout data is also processed hereConstructors in com.cosylab.vdct.db with parameters of type EnhancedStreamTokenizer Constructor Description DBGParseException(String s, EnhancedStreamTokenizer t, String fileName)
DBParseException constructor comment.DBParseException(String s, EnhancedStreamTokenizer t, String fileName)
DBParseException constructor comment. -
Uses of EnhancedStreamTokenizer in com.cosylab.vdct.dbd
Methods in com.cosylab.vdct.dbd that return EnhancedStreamTokenizer Modifier and Type Method Description static EnhancedStreamTokenizer
DBDResolver. getEnhancedStreamTokenizer(String fileName)
This method was created in VisualAge.Methods in com.cosylab.vdct.dbd with parameters of type EnhancedStreamTokenizer Modifier and Type Method Description static void
DBDResolver. initializeTokenizer(EnhancedStreamTokenizer tokenizer)
This method was created in VisualAge.static void
DBDResolver. processDBD(DBDData data, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBDResolver. processFields(DBDData data, DBDRecordData rd, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.static void
DBDResolver. processMenuChoices(DBDMenuData md, EnhancedStreamTokenizer tokenizer, String fileName, PathSpecification paths)
This method was created in VisualAge.Constructors in com.cosylab.vdct.dbd with parameters of type EnhancedStreamTokenizer Constructor Description DBDParseException(String s, EnhancedStreamTokenizer t, String fileName)
ParseException constructor comment.
-