A B C D E F G H I J K L M N O P R S T U V W X Y Z _

E

E_BADCTRL - Static variable in class org.opencores.JLex.CError
 
E_BADEXPR - Static variable in class org.opencores.JLex.CError
Constants Description: Error codes for parse_error().
E_BADMAC - Static variable in class org.opencores.JLex.CError
 
E_BOL - Static variable in class org.opencores.JLex.CError
 
E_BRACE - Static variable in class org.opencores.JLex.CError
 
E_BRACKET - Static variable in class org.opencores.JLex.CError
 
E_CLOSE - Static variable in class org.opencores.JLex.CError
 
e_closure(CBunch) - Method in class org.opencores.JLex.CNfa2Dfa
Function: e_closure Description: Alters and returns input set.
E_DASH - Static variable in class org.opencores.JLex.CError
 
E_DIRECT - Static variable in class org.opencores.JLex.CError
 
E_EOF - Static variable in class org.opencores.JLex.CError
 
E_INIT - Static variable in class org.opencores.JLex.CError
 
E_INTERNAL - Static variable in class org.opencores.JLex.CError
 
E_LENGTH - Static variable in class org.opencores.JLex.CError
 
E_MACDEF - Static variable in class org.opencores.JLex.CError
 
E_MACDEPTH - Static variable in class org.opencores.JLex.CError
 
E_NEWLINE - Static variable in class org.opencores.JLex.CError
 
E_NOMAC - Static variable in class org.opencores.JLex.CError
 
E_PAREN - Static variable in class org.opencores.JLex.CError
 
E_STATE - Static variable in class org.opencores.JLex.CError
 
E_SYNTAX - Static variable in class org.opencores.JLex.CError
 
E_ZERO - Static variable in class org.opencores.JLex.CError
 
edata - Variable in class org.opencores.Main
Blue data
EDBG - Variable in class org.opencores.JLex.CEmit
Constants
edif - Variable in class org.opencores.edifp.PathScope
path
Edif - class org.opencores.edifp.Edif.
type class, holding whole edif file
EDIF - Static variable in class org.opencores.edifp.sym
 
edif() - Method in class org.opencores.edifp.Parser
dissolves token with same name using LL(1) structure
Edif() - Constructor for class org.opencores.edifp.Edif
 
EDIFV - Static variable in class org.opencores.edifp.sym
 
elements() - Method in class org.opencores.JLex.SparseBitSet
Return an Enumeration of Integers which represent set bit indices in this SparseBitSet.
emit_actions(String) - Method in class org.opencores.JLex.CEmit
Function: emit_actions Description:
emit_construct() - Method in class org.opencores.JLex.CEmit
Function: emit_construct Description: Emits constructor, member variables, and constants.
emit_driver() - Method in class org.opencores.JLex.CEmit
Function: emit_driver Description:
emit_footer() - Method in class org.opencores.JLex.CEmit
Function: emit_footer Description:
emit_header() - Method in class org.opencores.JLex.CEmit
Function: emit_header Description: Emits class header.
emit_helpers() - Method in class org.opencores.JLex.CEmit
Function: emit_helpers Description: Emits helper functions, particularly error handling and input buffering.
emit_states() - Method in class org.opencores.JLex.CEmit
Function: emit_states Description: Emits constants that serve as lexical states, including YYINITIAL.
emit_table_as_string(int[][]) - Method in class org.opencores.JLex.CEmit
Function: emit_driver Description: Output an integer table as a string.
emit_table() - Method in class org.opencores.JLex.CEmit
Function: emit_table Description: Emits transition table.
emit(CSpec, PrintWriter) - Method in class org.opencores.JLex.CEmit
Function: emit Description: High-level access function to module.
EMPTY - Static variable in class org.opencores.JLex.CNfa
 
emtpySegments() - Method in class org.opencores.structure.Graph
Empty all channel segments, and allocates those (on perimeter) that cannon be used.
END - Static variable in class org.opencores.JLex.CSpec
 
END - Variable in class org.opencores.JLex.CEmit
 
END_OF_INPUT - Static variable in class org.opencores.JLex.CLexGen
 
ENDMODULE - Static variable in class org.opencores.verilogp.Dictionary
 
ENet - class org.opencores.edifp.ENet.
net type for EDIF purposes
ENet() - Constructor for class org.opencores.edifp.ENet
 
enter(String, char, int) - Static method in class org.opencores.JLex.CUtility
Function: enter Description: Debugging routine.
EOF - Static variable in class org.opencores.edifp.sym
 
EOF - Variable in class org.opencores.JLex.CSpec
 
EOF - Static variable in class org.opencores.JLex.CInput
Constants
EOF - Static variable in class org.opencores.verilogp.VTokenizer
defines character with the same name
EOF_CODE - Variable in class org.opencores.JLex.CLexGen
 
EOF_THROW_CODE - Variable in class org.opencores.JLex.CLexGen
 
EOF_VALUE_CODE - Variable in class org.opencores.JLex.CLexGen
 
EOS - Static variable in class org.opencores.JLex.CLexGen
Constants: Token Types
EPSILON - Static variable in class org.opencores.JLex.CNfa
 
EQUAL - Static variable in class org.opencores.verilogp.VTokenizer
defines character with the same name
equals(Object) - Method in class org.opencores.JLex.SparseBitSet
Compares this object against the specified object.
equals(SparseBitSet, SparseBitSet) - Static method in class org.opencores.JLex.SparseBitSet
Compares two SparseBitSets for equality.
err - Static variable in class org.opencores.edifp.Parser
writter, copied from Conf.log
errmsg - Static variable in class org.opencores.JLex.CError
Constants Description: String messages for parse_error();
ERROR - Static variable in class org.opencores.JLex.CLexGen
Constants
error(int) - Method in class org.opencores.edifp.Parser
reports token # expected
error(String) - Method in class org.opencores.edifp.Parser
reports an error
errorPrefix() - Method in class org.opencores.verilogp.Parser
returns error prefix displayed
exchange(int, int) - Method in class org.opencores.util.Heap
Exchanges the elements stored at the two locations
expandEscape() - Method in class org.opencores.JLex.CLexGen
Function: expandEscape Description: Takes escape sequence and returns corresponding character code.
expandMacro() - Method in class org.opencores.JLex.CLexGen
Function: expandMacro Description: Returns false on error, true otherwise.
expr_mark - Variable in class org.opencores.verilogp.Parser
count for marking added nodes and nets
expr(CNfaPair) - Method in class org.opencores.JLex.CMakeNfa
Function: expr Description: Recursive descent regular expression parser.
external - Variable in class org.opencores.edifp.Library
external library?
EXTERNAL - Static variable in class org.opencores.edifp.sym
 
external() - Method in class org.opencores.edifp.Parser
dissolves token with same name using LL(1) structure
exts - Static variable in class org.opencores.Conf
extension names

A B C D E F G H I J K L M N O P R S T U V W X Y Z _