byucc.jhdl.parsers.edif
Class EdifParser

java.lang.Object
  extended bybyucc.jhdl.parsers.edif.EdifParserCore
      extended bybyucc.jhdl.parsers.edif.EdifParser
All Implemented Interfaces:
EdifParserCoreConstants

public class EdifParser
extends byucc.jhdl.parsers.edif.EdifParserCore

This class provides the basic interface to parsing EDIF files into JHDL.


Field Summary
 Token jj_nt
           
 boolean lookingAhead
           
static java.lang.String MESSAGE
          A message prepended to output.
static java.lang.String target
          The default target.
 Token token
           
 EdifParserCoreTokenManager token_source
           
 
Fields inherited from interface byucc.jhdl.parsers.edif.EdifParserCoreConstants
ABS, ACLOAD, AFTER, AND, ANGLE, ANNOTATE, APPLY, ARC, ARRAY, ARRAYMACRO, ARRAYRELATEDINFO, ARRAYSITE, ATLEAST, ATMOST, AUTHOR, BASEARRAY, BECOMES, BEHAVIOR, BETWEEN, BOOLEAN, BOOLEANDISPLAY, BOOLEANMAP, BORDERPATTERN, BORDERWIDTH, BOUNDINGBOX, CALCULATED, CAPACITANCE, CEILING, CELL, CELLREF, CELLTYPE, CENTERCENTER, CENTERLEFT, CENTERRIGHT, CHANGE, CHARGE, CIRCLE, COLOR, COMMENT, COMMENTGRAPHICS, COMPOUND, CONCAT, CONDUCTANCE, CONNECTLOCATION, CONSTANT, CONSTRAINT, CONTENTS, CORNERTYPE, CRITICALITY, CURRENT, CURRENTMAP, CURVE, CYCLE, DATAORIGIN, DCFANINLOAD, DCFANOUTLOAD, DCMAXFANIN, DCMAXFANOUT, DEFAULT, DELAY, DELTA, DERIVATION, DESIGN, DESIGNATOR, DIFFERENCE, DIGIT, DIRECTION, DISPLAY, DISTANCE, DIVIDE, DOCUMENT, DOMINATES, DOT, DURATION, E, EDIF, EDIFLEVEL, EDIFVERSION, ENCLOSUREDISTANCE, ENDTYPE, ENERGY, ENTRY, EOF, EQUAL, EVENT, EXACTLY, EXTEND, EXTERNAL, FABRICATE, FALSE, FIGURE, FIGUREAREA, FIGUREGROUP, FIGUREGROUPOBJECT, FIGUREGROUPOVERRIDE, FIGUREGROUPREF, FIGUREPERIMETER, FIGUREWIDTH, FILLPATTERN, FIX, FLOOR, FLUX, FOLLOW, FORBIDDENEVENT, FREQUENCY, GENERIC, GLOBALPORTREF, GRAPHIC, GREATERTHAN, GRIDMAP, IDENTIFIER, IGNORE, INCLUDEFIGUREGROUP, INCREASING, INDUCTANCE, INITIAL, INOUT, INPUT, INSTANCE, INSTANCEBACKANNOTATE, INSTANCEGROUP, INSTANCEMAP, INSTANCEREF, INTEGER, INTEGER_TOK, INTEGERDISPLAY, INTERFACE, INTERFIGUREGROUPSPACING, INTERSECTION, INTRAFIGUREGROUPSPACING, INVERSE, ISOLATED, JOINED, JUSTIFY, KEYWORDDISPLAY, KEYWORDLEVEL, KEYWORDMAP, LBR, LESSTHAN, LETTER, LIBRARY, LIBRARYREF, LISTOFNETS, LISTOFPORTS, LOADDELAY, LOGICASSIGN, LOGICINPUT, LOGICLIST, LOGICMAPINPUT, LOGICMAPOUTPUT, LOGICMODEL, LOGICONEOF, LOGICOUTPUT, LOGICPORT, LOGICREF, LOGICVALUE, LOGICWAVEFORM, LOWERCENTER, LOWERLEFT, LOWERRIGHT, MAINTAIN, MASKLAYOUT, MASS, MATCH, MAX, MEASURED, MEMBER, MIN, MINOMAX, MINOMAXDISPLAY, MNM, MOD, MULTIPLEVALUESET, MUSTJOIN, MX, MXR90, MY, MYR90, NAME, NEGATE, NET, NETBACKANNOTATE, NETBUNDLE, NETDELAY, NETGROUP, NETLIST, NETMAP, NETREF, NOCHANGE, NONPERMUTABLE, NOT, NOTALLOWED, NOTCHSPACING, NUMBER, NUMBERDEFINITION, NUMBERDISPLAY, OFFPAGECONNECTOR, OFFSETEVENT, OPENSHAPE, OR, ORIENTATION, ORIGIN, OUTPUT, OVERHANGDISTANCE, OVERLAPDISTANCE, OVERSIZE, OWNER, PAGE, PAGESIZE, PARAMETER, PARAMETERASSIGN, PARAMETERDISPLAY, PATH, PATHDELAY, PATHWIDTH, PCBLAYOUT, PERMUTABLE, PHYSICALDESIGNRULE, PLUG, POINT, POINTDISPLAY, POINTLIST, POINTSUBTRACT, POINTSUM, POLYGON, PORT, PORTBACKANNOTATE, PORTBUNDLE, PORTDELAY, PORTGROUP, PORTIMPLEMENTATION, PORTINSTANCE, PORTLIST, PORTLISTALIAS, PORTMAP, PORTREF, POWER, PRODUCT, PROGRAM, PROPERTY, PROPERTYDISPLAY, PROTECTIONFRAME, PT, R0, R180, R270, R90, RANGEVECTOR, RBR, RECTANGLE, RECTANGLESIZE, RENAME, REQUIRED, RESISTANCE, RESOLVES, RIPPER, ROUND, SCALE, SCALEX, SCALEY, SCHEMATIC, SECTION, SHAPE, SIMULATE, SIMULATIONINFO, SINGLEVALUESET, SITE, SOCKET, SOCKETSET, STATUS, STEADY, STRANGER, STRICTLYINCREASING, STRING, STRING_TOK, STRINGDISPLAY, STRONG, SUBTRACT, SUM, SYMBOL, SYMBOLIC, SYMMETRY, TABLE, TABLEDEFAULT, TECHNOLOGY, TEMPERATURE, TEXTHEIGHT, TIE, TIME, TIMEINTERVAL, TIMESTAMP, TIMING, tokenImage, TRANSFORM, TRANSITION, TRIGGER, TRUE, TRUNCATE, UNCONSTRAINED, UNDEFINED, UNION, UNIT, UNUSED, UPPERCENTER, UPPERLEFT, UPPERRIGHT, USERDATA, VARIABLE, VERSION, VIEW, VIEWLIST, VIEWMAP, VIEWREF, VIEWTYPE, VISIBLE, VOLTAGE, VOLTAGEMAP, WAVEVALUE, WEAK, WEAKJOINED, WHEN, WRITTEN, XCOORD, XOR, YCOORD
 
Constructor Summary
EdifParser(EdifParserCoreTokenManager tm)
          A constructor to parse the given token manager
EdifParser(java.io.InputStream stream)
          A constructor to parse the given input stream
EdifParser(java.io.Reader stream)
          A constructor to parse the given input stream
 
Method Summary
 abs abs()
           
 acLoad acLoad()
           
static void addToMergePortList(java.lang.String nam)
          Adds nam to a list of ports that the JHDL Generator will attempt to merge into a single bus port.
 after after()
           
 and and()
           
 annotate annotate()
           
 apply apply()
           
 arc arc()
           
 array array()
           
 arrayMacro arrayMacro()
           
 arrayRelatedInfo arrayRelatedInfo()
           
 arraySite arraySite()
           
 atLeast atLeast()
           
 atMost atMost()
           
 author author()
           
 baseArray baseArray()
           
 becomes becomes()
           
 between between()
           
 booleanDisplay booleanDisplay()
           
 booleanMap booleanMap()
           
 booleanValue booleanValue()
           
 borderPattern borderPattern()
           
 borderWidth borderWidth()
           
 boundingBox boundingBox()
           
 ceiling ceiling()
           
 cell cell()
           
 cellNameDef cellNameDef()
           
 cellNameRef cellNameRef()
           
 cellRef cellRef()
           
 cellType cellType()
           
 change change()
           
 circle circle()
           
static void clearMergePortList()
          Clears the list of ports that the JHDL Generator will attempt to merge into a single bus port.
 color color()
           
 comment comment()
           
 commentGraphics commentGraphics()
           
 compound compound()
           
 concat concat()
           
 connectLocation connectLocation()
           
 constant constant()
           
 constraint constraint()
           
 contents contents()
           
 cornerType cornerType()
           
 criticality criticality()
           
 currentMap currentMap()
           
 curve curve()
           
 cycle cycle()
           
 dataOrigin dataOrigin()
           
 dcFaninLoad dcFaninLoad()
           
 dcFanoutLoad dcFanoutLoad()
           
 dcMaxFanin dcMaxFanin()
           
 dcMaxFanout dcMaxFanout()
           
 delay delay()
           
 delta delta()
           
 derivation derivation()
           
 design design()
           
 designator designator()
           
 designNameDef designNameDef()
           
 difference difference()
           
 direction direction()
           
 void disable_tracing()
           
 display display()
           
 divide divide()
           
 dominates dominates()
           
 dot dot()
           
 duration duration()
           
 e e()
           
 edif edif()
           
 edifFileName edifFileName()
           
 edifLevel edifLevel()
           
 edifVersion edifVersion()
           
 void enable_tracing()
           
 enclosureDistance enclosureDistance()
           
 endType endType()
           
 entry entry()
           
 equal equal()
           
 event event()
           
 exactly exactly()
           
 external external()
           
 fabricate fabricate()
           
 figure figure()
           
 figureArea figureArea()
           
 figureGroup figureGroup()
           
 figureGroupNameDef figureGroupNameDef()
           
 figureGroupNameRef figureGroupNameRef()
           
 figureGroupObject figureGroupObject()
           
 figureGroupOverride figureGroupOverride()
           
 figureGroupRef figureGroupRef()
           
 figureOp figureOp()
           
 figurePerimeter figurePerimeter()
           
 figureWidth figureWidth()
           
 fillPattern fillPattern()
           
 fix fix()
           
 floor floor()
           
 follow follow()
           
 forbiddenEvent forbiddenEvent()
           
 form form()
           
static NewJHDLGenerator generate(java.lang.String filename)
          Method to return a NewJHDLGenerator based on the given edif file
 ParseException generateParseException()
           
 Token getNextToken()
           
 Token getToken(int index)
           
 globalPortRef globalPortRef()
           
 greaterThan greaterThan()
           
 gridMap gridMap()
           
 ident ident()
           
 ignore ignore()
           
 includeFigureGroup includeFigureGroup()
           
 increasing increasing()
           
 initial initial()
           
 instance instance()
           
 instanceBackAnnotate instanceBackAnnotate()
           
 instanceGroup instanceGroup()
           
 instanceMap instanceMap()
           
 instanceNameDef instanceNameDef()
           
 instanceNameRef instanceNameRef()
           
 instanceRef instanceRef()
           
 integer integer()
           
 integerDisplay integerDisplay()
           
 integerValue integerValue()
           
 interFigureGroupSpacing interFigureGroupSpacing()
           
 intersection intersection()
           
 intraFigureGroupSpacing intraFigureGroupSpacing()
           
 inverse inverse()
           
 isolated isolated()
           
 joined joined()
           
 justify justify()
           
 keywordDisplay keywordDisplay()
           
 keywordLevel keywordLevel()
           
 keywordMap keywordMap()
           
 keywordNameRef keywordNameRef()
           
 layerNameDef layerNameDef()
           
 lessThan lessThan()
           
 library library()
           
 libraryNameDef libraryNameDef()
           
 libraryNameRef libraryNameRef()
           
 libraryRef libraryRef()
           
 listOfNets listOfNets()
           
 listOfPorts listOfPorts()
           
 loadDelay loadDelay()
           
 logicAssign logicAssign()
           
 logicInput logicInput()
           
 logicList logicList()
           
 logicMapInput logicMapInput()
           
 logicMapOutput logicMapOutput()
           
 logicNameDef logicNameDef()
           
 logicNameRef logicNameRef()
           
 logicOneOf logicOneOf()
           
 logicOutput logicOutput()
           
 logicPort logicPort()
           
 logicRef logicRef()
           
 logicValue logicValue()
           
 logicWaveform logicWaveform()
           
static void main(java.lang.String[] args)
          Method used to parse an edif file according to the given parameters.
 maintain maintain()
           
 match match()
           
 max max()
           
 member member()
           
 min min()
           
 miNoMax miNoMax()
           
 miNoMaxDisplay miNoMaxDisplay()
           
 miNoMaxValue miNoMaxValue()
           
 mnm mnm()
           
 mod mod()
           
 multipleValueSet multipleValueSet()
           
 mustJoin mustJoin()
           
 myBoolean myBoolean()
           
 myFalse myFalse()
           
 myInterface myInterface()
           
 myTrue myTrue()
           
 name name()
           
 nameDef nameDef()
           
 nameRef nameRef()
           
 negate negate()
           
 net net()
           
 netBackAnnotate netBackAnnotate()
           
 netBundle netBundle()
           
 netDelay netDelay()
           
 netGroup netGroup()
           
 netMap netMap()
           
 netNameDef netNameDef()
           
 netNameRef netNameRef()
           
 netRef netRef()
           
 noChange noChange()
           
 nonPermutable nonPermutable()
           
 not not()
           
 notAllowed notAllowed()
           
 notchSpacing notchSpacing()
           
 number number()
           
 numberDefinition numberDefinition()
           
 numberDisplay numberDisplay()
           
 numberValue numberValue()
           
 offPageConnector offPageConnector()
           
 offsetEvent offsetEvent()
           
 openShape openShape()
           
 or or()
           
 orientation orientation()
           
 origin origin()
           
 overhangDistance overhangDistance()
           
 overlapDistance overlapDistance()
           
 oversize oversize()
           
 owner owner()
           
 page page()
           
 pageSize pageSize()
           
 parameter parameter()
           
 parameterAssign parameterAssign()
           
 parameterDisplay parameterDisplay()
           
static Cell parse(Cell parent, java.lang.String filename, PortInterface[] portWires, java.lang.String targetStr)
          Method to return a JHDL Cell as the result of parsing the given edif file
static Cell parse(Cell parent, java.lang.String filename, java.lang.String subcellname, PortInterface[] portWires, java.lang.String targetStr)
          Method to return a JHDL Cell as the result of parsing the given edif file
static Cell parse(Cell parent, java.lang.String filename, java.lang.String subcellname, Wire[] portWires, java.lang.String targetStr)
          Method to return a JHDL Cell as the result of parsing the given edif file
static Cell parse(Cell parent, java.lang.String filename, Wire[] portWires, java.lang.String targetStr)
          Method to return a JHDL Cell as the result of parsing the given edif file
static void parse(java.lang.String filename)
          Method to parse the given file and generate corresponding JHDL source
static void parse(Tbone tbone, java.lang.String filename)
          Method to support the automatic parsing of a file to be a child of Tbone
static void parse(Tbone tbone, java.lang.String filename, java.lang.String targetStr)
          Method to support the automatic parsing of a file to be a child of Tbone
static void parseAndBuildWrapper(java.lang.String filename, java.lang.String targetStr)
          Method that will generate JHDL source code to act as a wrapper for a given edif file.
static void parseAndBuildWrapper(java.lang.String filename, java.lang.String subcellname, java.lang.String targetStr)
          Method that will generate JHDL source code to act as a wrapper for a given edif file.
 path path()
           
 pathDelay pathDelay()
           
 pathWidth pathWidth()
           
 permutable permutable()
           
 physicalDesignRule physicalDesignRule()
           
 plug plug()
           
 point point()
           
 pointDisplay pointDisplay()
           
 pointList pointList()
           
 pointSubtract pointSubtract()
           
 pointSum pointSum()
           
 pointValue pointValue()
           
 polygon polygon()
           
 port port()
           
 portBackAnnotate portBackAnnotate()
           
 portBundle portBundle()
           
 portDelay portDelay()
           
 portGroup portGroup()
           
 portImplementation portImplementation()
           
 portInstance portInstance()
           
 portList portList()
           
 portListAlias portListAlias()
           
 portMap portMap()
           
 portNameDef portNameDef()
           
 portNameRef portNameRef()
           
 portRef portRef()
           
 product product()
           
 program program()
           
 property property()
           
 propertyDisplay propertyDisplay()
           
 propertyNameDef propertyNameDef()
           
 propertyNameRef propertyNameRef()
           
 protectionFrame protectionFrame()
           
 pt pt()
           
 range range()
           
 rangeVector rangeVector()
           
 rectangle rectangle()
           
 rectangleSize rectangleSize()
           
 void ReInit(EdifParserCoreTokenManager tm)
           
 void ReInit(java.io.InputStream stream)
           
 void ReInit(java.io.Reader stream)
           
static void removeFromMergePortList(java.lang.String nam)
          Removes nam from a list of ports that the JHDL Generator will attempt to merge into a single bus port.
 rename rename()
           
 resolves resolves()
           
 ruleNameDef ruleNameDef()
           
 scale scale()
           
 scaledInteger scaledInteger()
           
 scaleX scaleX()
           
 scaleY scaleY()
           
 section section()
           
static void setCaseSensitive(boolean b)
          Method to determine the type of input stream to send into the parser, if b is true, the input stream will maintain the case, if false, the input stream will be all lower case
 shape shape()
           
 simulate simulate()
           
 simulateNameDef simulateNameDef()
           
 simulationInfo simulationInfo()
           
 singleValueSet singleValueSet()
           
 site site()
           
 socket socket()
           
 socketSet socketSet()
           
 status status()
           
 steady steady()
           
 strictlyIncreasing strictlyIncreasing()
           
 string string()
           
 stringDisplay stringDisplay()
           
 stringValue stringValue()
           
 strong strong()
           
 subtract subtract()
           
 sum sum()
           
 symbol symbol()
           
 symmetry symmetry()
           
 table table()
           
 tableDefault tableDefault()
           
 technology technology()
           
 textHeight textHeight()
           
 timeInterval timeInterval()
           
 timeStamp timeStamp()
           
 timing timing()
           
 transform transform()
           
 transition transition()
           
 trigger trigger()
           
 typedValue typedValue()
           
 unconstrained unconstrained()
           
 undefined undefined()
           
 union union()
           
 unit unit()
           
 unused unused()
           
 userData userData()
           
 valueNameDef valueNameDef()
           
 valueNameRef valueNameRef()
           
 variable variable()
           
 version version()
           
 view view()
           
 viewList viewList()
           
 viewMap viewMap()
           
 viewNameDef viewNameDef()
           
 viewNameRef viewNameRef()
           
 viewRef viewRef()
           
 viewType viewType()
           
 visible visible()
           
 voltageMap voltageMap()
           
 waveValue waveValue()
           
 weak weak()
           
 weakJoined weakJoined()
           
 when when()
           
 written written()
           
 xCoord xCoord()
           
 xor xor()
           
 yCoord yCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public static java.lang.String target
The default target. Initial value of "Virtex"


MESSAGE

public static final java.lang.String MESSAGE
A message prepended to output.

See Also:
Constant Field Values

token_source

public EdifParserCoreTokenManager token_source

token

public Token token

jj_nt

public Token jj_nt

lookingAhead

public boolean lookingAhead
Constructor Detail

EdifParser

public EdifParser(java.io.InputStream stream)
A constructor to parse the given input stream

Parameters:
stream - the stream to parse

EdifParser

public EdifParser(java.io.Reader stream)
A constructor to parse the given input stream

Parameters:
stream - the stream to parse

EdifParser

public EdifParser(EdifParserCoreTokenManager tm)
A constructor to parse the given token manager

Parameters:
tm - the token manager to parse
Method Detail

addToMergePortList

public static void addToMergePortList(java.lang.String nam)
Adds nam to a list of ports that the JHDL Generator will attempt to merge into a single bus port.

Parameters:
nam - the name of the port to merge

clearMergePortList

public static void clearMergePortList()
Clears the list of ports that the JHDL Generator will attempt to merge into a single bus port.


removeFromMergePortList

public static void removeFromMergePortList(java.lang.String nam)
Removes nam from a list of ports that the JHDL Generator will attempt to merge into a single bus port.

Parameters:
nam - the name of the port to remove from merge list

setCaseSensitive

public static void setCaseSensitive(boolean b)
Method to determine the type of input stream to send into the parser, if b is true, the input stream will maintain the case, if false, the input stream will be all lower case

Parameters:
b - Case sensitivity enabled if true.

parseAndBuildWrapper

public static void parseAndBuildWrapper(java.lang.String filename,
                                        java.lang.String targetStr)
Method that will generate JHDL source code to act as a wrapper for a given edif file.

Parameters:
filename - The name of the file containing the edif
targetStr - The name of the target technology

parseAndBuildWrapper

public static void parseAndBuildWrapper(java.lang.String filename,
                                        java.lang.String subcellname,
                                        java.lang.String targetStr)
Method that will generate JHDL source code to act as a wrapper for a given edif file.

Parameters:
filename - The name of the file containing the edif
subcellname - The name a subcell of the top-level hierarchy of the edif file, for which the wrapper will be built
targetStr - The name of the target technology

parse

public static Cell parse(Cell parent,
                         java.lang.String filename,
                         PortInterface[] portWires,
                         java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file

Parameters:
parent - This JHDL Cell will be the parent of the Cell generated by the method
filename - Name of the file for the edif to be parsed
portWires - Interface of the cell to be generated
targetStr - Name of the technology to be targetted

parse

public static Cell parse(Cell parent,
                         java.lang.String filename,
                         java.lang.String subcellname,
                         PortInterface[] portWires,
                         java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file

Parameters:
parent - This JHDL Cell will be the parent of the Cell generated by the method
filename - Name of the file for the edif to be parsed
subcellname - Name of subcell of the outermost cell in filename. The name of the subcell to be returned by this method
portWires - Interface of the cell to be generated
targetStr - Name of the technology to be targetted

parse

public static Cell parse(Cell parent,
                         java.lang.String filename,
                         Wire[] portWires,
                         java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file

Parameters:
parent - This JHDL Cell will be the parent of the Cell generated by the method
filename - Name of the file for the edif to be parsed
portWires - Array of Wires to be attached to the ports of the cell generated
targetStr - Name of the technology to be targetted

parse

public static Cell parse(Cell parent,
                         java.lang.String filename,
                         java.lang.String subcellname,
                         Wire[] portWires,
                         java.lang.String targetStr)
Method to return a JHDL Cell as the result of parsing the given edif file

Parameters:
parent - This JHDL Cell will be the parent of the Cell generated by the method
filename - Name of the file for the edif to be parsed
subcellname - Name of subcell of the outermost cell in filename. The name of the subcell to be returned by this method
portWires - Array of Wires to be attached to the ports of the cell generated
targetStr - Name of the technology to be targetted

parse

public static void parse(java.lang.String filename)
Method to parse the given file and generate corresponding JHDL source

Parameters:
filename - Name of the edif file to be parsed

parse

public static void parse(Tbone tbone,
                         java.lang.String filename,
                         java.lang.String targetStr)
Method to support the automatic parsing of a file to be a child of Tbone

Parameters:
tbone - An instance of Tbone to be the parent of the parsed cell
filename - The file to parse.
targetStr - The target technology ("XC4000" or "Virtex")

parse

public static void parse(Tbone tbone,
                         java.lang.String filename)
Method to support the automatic parsing of a file to be a child of Tbone

Parameters:
tbone - An instance of Tbone to be the parent of the parsed cell
filename - The file to parse.

generate

public static NewJHDLGenerator generate(java.lang.String filename)
Method to return a NewJHDLGenerator based on the given edif file

Parameters:
filename - Name of the edif file

main

public static void main(java.lang.String[] args)
Method used to parse an edif file according to the given parameters. Run without any arguments to see usage

Parameters:
args - Commandline arguments

edif

public final edif edif()
                throws ParseException
Throws:
ParseException

edifFileName

public final edifFileName edifFileName()
                                throws ParseException
Throws:
ParseException

edifLevel

public final edifLevel edifLevel()
                          throws ParseException
Throws:
ParseException

edifVersion

public final edifVersion edifVersion()
                              throws ParseException
Throws:
ParseException

acLoad

public final acLoad acLoad()
                    throws ParseException
Throws:
ParseException

after

public final after after()
                  throws ParseException
Throws:
ParseException

annotate

public final annotate annotate()
                        throws ParseException
Throws:
ParseException

apply

public final apply apply()
                  throws ParseException
Throws:
ParseException

arc

public final arc arc()
              throws ParseException
Throws:
ParseException

array

public final array array()
                  throws ParseException
Throws:
ParseException

arrayMacro

public final arrayMacro arrayMacro()
                            throws ParseException
Throws:
ParseException

arrayRelatedInfo

public final arrayRelatedInfo arrayRelatedInfo()
                                        throws ParseException
Throws:
ParseException

arraySite

public final arraySite arraySite()
                          throws ParseException
Throws:
ParseException

atLeast

public final atLeast atLeast()
                      throws ParseException
Throws:
ParseException

atMost

public final atMost atMost()
                    throws ParseException
Throws:
ParseException

author

public final author author()
                    throws ParseException
Throws:
ParseException

baseArray

public final baseArray baseArray()
                          throws ParseException
Throws:
ParseException

becomes

public final becomes becomes()
                      throws ParseException
Throws:
ParseException

between

public final between between()
                      throws ParseException
Throws:
ParseException

myBoolean

public final myBoolean myBoolean()
                          throws ParseException
Throws:
ParseException

booleanDisplay

public final booleanDisplay booleanDisplay()
                                    throws ParseException
Throws:
ParseException

booleanMap

public final booleanMap booleanMap()
                            throws ParseException
Throws:
ParseException

borderPattern

public final borderPattern borderPattern()
                                  throws ParseException
Throws:
ParseException

borderWidth

public final borderWidth borderWidth()
                              throws ParseException
Throws:
ParseException

boundingBox

public final boundingBox boundingBox()
                              throws ParseException
Throws:
ParseException

cell

public final cell cell()
                throws ParseException
Throws:
ParseException

cellNameDef

public final cellNameDef cellNameDef()
                              throws ParseException
Throws:
ParseException

cellNameRef

public final cellNameRef cellNameRef()
                              throws ParseException
Throws:
ParseException

cellRef

public final cellRef cellRef()
                      throws ParseException
Throws:
ParseException

cellType

public final cellType cellType()
                        throws ParseException
Throws:
ParseException

change

public final change change()
                    throws ParseException
Throws:
ParseException

circle

public final circle circle()
                    throws ParseException
Throws:
ParseException

color

public final color color()
                  throws ParseException
Throws:
ParseException

comment

public final comment comment()
                      throws ParseException
Throws:
ParseException

commentGraphics

public final commentGraphics commentGraphics()
                                      throws ParseException
Throws:
ParseException

compound

public final compound compound()
                        throws ParseException
Throws:
ParseException

connectLocation

public final connectLocation connectLocation()
                                      throws ParseException
Throws:
ParseException

cornerType

public final cornerType cornerType()
                            throws ParseException
Throws:
ParseException

criticality

public final criticality criticality()
                              throws ParseException
Throws:
ParseException

currentMap

public final currentMap currentMap()
                            throws ParseException
Throws:
ParseException

curve

public final curve curve()
                  throws ParseException
Throws:
ParseException

cycle

public final cycle cycle()
                  throws ParseException
Throws:
ParseException

dataOrigin

public final dataOrigin dataOrigin()
                            throws ParseException
Throws:
ParseException

dcFaninLoad

public final dcFaninLoad dcFaninLoad()
                              throws ParseException
Throws:
ParseException

dcFanoutLoad

public final dcFanoutLoad dcFanoutLoad()
                                throws ParseException
Throws:
ParseException

dcMaxFanin

public final dcMaxFanin dcMaxFanin()
                            throws ParseException
Throws:
ParseException

dcMaxFanout

public final dcMaxFanout dcMaxFanout()
                              throws ParseException
Throws:
ParseException

delay

public final delay delay()
                  throws ParseException
Throws:
ParseException

delta

public final delta delta()
                  throws ParseException
Throws:
ParseException

derivation

public final derivation derivation()
                            throws ParseException
Throws:
ParseException

design

public final design design()
                    throws ParseException
Throws:
ParseException

designator

public final designator designator()
                            throws ParseException
Throws:
ParseException

designNameDef

public final designNameDef designNameDef()
                                  throws ParseException
Throws:
ParseException

difference

public final difference difference()
                            throws ParseException
Throws:
ParseException

direction

public final direction direction()
                          throws ParseException
Throws:
ParseException

display

public final display display()
                      throws ParseException
Throws:
ParseException

dominates

public final dominates dominates()
                          throws ParseException
Throws:
ParseException

dot

public final dot dot()
              throws ParseException
Throws:
ParseException

duration

public final duration duration()
                        throws ParseException
Throws:
ParseException

e

public final e e()
          throws ParseException
Throws:
ParseException

enclosureDistance

public final enclosureDistance enclosureDistance()
                                          throws ParseException
Throws:
ParseException

endType

public final endType endType()
                      throws ParseException
Throws:
ParseException

entry

public final entry entry()
                  throws ParseException
Throws:
ParseException

event

public final event event()
                  throws ParseException
Throws:
ParseException

exactly

public final exactly exactly()
                      throws ParseException
Throws:
ParseException

external

public final external external()
                        throws ParseException
Throws:
ParseException

fabricate

public final fabricate fabricate()
                          throws ParseException
Throws:
ParseException

myFalse

public final myFalse myFalse()
                      throws ParseException
Throws:
ParseException

figure

public final figure figure()
                    throws ParseException
Throws:
ParseException

figureArea

public final figureArea figureArea()
                            throws ParseException
Throws:
ParseException

figureGroup

public final figureGroup figureGroup()
                              throws ParseException
Throws:
ParseException

figureGroupNameDef

public final figureGroupNameDef figureGroupNameDef()
                                            throws ParseException
Throws:
ParseException

figureGroupNameRef

public final figureGroupNameRef figureGroupNameRef()
                                            throws ParseException
Throws:
ParseException

figureGroupObject

public final figureGroupObject figureGroupObject()
                                          throws ParseException
Throws:
ParseException

figureGroupOverride

public final figureGroupOverride figureGroupOverride()
                                              throws ParseException
Throws:
ParseException

figureGroupRef

public final figureGroupRef figureGroupRef()
                                    throws ParseException
Throws:
ParseException

figureOp

public final figureOp figureOp()
                        throws ParseException
Throws:
ParseException

figurePerimeter

public final figurePerimeter figurePerimeter()
                                      throws ParseException
Throws:
ParseException

figureWidth

public final figureWidth figureWidth()
                              throws ParseException
Throws:
ParseException

fillPattern

public final fillPattern fillPattern()
                              throws ParseException
Throws:
ParseException

follow

public final follow follow()
                    throws ParseException
Throws:
ParseException

forbiddenEvent

public final forbiddenEvent forbiddenEvent()
                                    throws ParseException
Throws:
ParseException

form

public final form form()
                throws ParseException
Throws:
ParseException

globalPortRef

public final globalPortRef globalPortRef()
                                  throws ParseException
Throws:
ParseException

greaterThan

public final greaterThan greaterThan()
                              throws ParseException
Throws:
ParseException

gridMap

public final gridMap gridMap()
                      throws ParseException
Throws:
ParseException

ignore

public final ignore ignore()
                    throws ParseException
Throws:
ParseException

includeFigureGroup

public final includeFigureGroup includeFigureGroup()
                                            throws ParseException
Throws:
ParseException

initial

public final initial initial()
                      throws ParseException
Throws:
ParseException

instance

public final instance instance()
                        throws ParseException
Throws:
ParseException

instanceBackAnnotate

public final instanceBackAnnotate instanceBackAnnotate()
                                                throws ParseException
Throws:
ParseException

instanceGroup

public final instanceGroup instanceGroup()
                                  throws ParseException
Throws:
ParseException

instanceMap

public final instanceMap instanceMap()
                              throws ParseException
Throws:
ParseException

instanceNameDef

public final instanceNameDef instanceNameDef()
                                      throws ParseException
Throws:
ParseException

instanceNameRef

public final instanceNameRef instanceNameRef()
                                      throws ParseException
Throws:
ParseException

instanceRef

public final instanceRef instanceRef()
                              throws ParseException
Throws:
ParseException

integer

public final integer integer()
                      throws ParseException
Throws:
ParseException

integerDisplay

public final integerDisplay integerDisplay()
                                    throws ParseException
Throws:
ParseException

interFigureGroupSpacing

public final interFigureGroupSpacing interFigureGroupSpacing()
                                                      throws ParseException
Throws:
ParseException

intersection

public final intersection intersection()
                                throws ParseException
Throws:
ParseException

intraFigureGroupSpacing

public final intraFigureGroupSpacing intraFigureGroupSpacing()
                                                      throws ParseException
Throws:
ParseException

inverse

public final inverse inverse()
                      throws ParseException
Throws:
ParseException

isolated

public final isolated isolated()
                        throws ParseException
Throws:
ParseException

joined

public final joined joined()
                    throws ParseException
Throws:
ParseException

justify

public final justify justify()
                      throws ParseException
Throws:
ParseException

keywordDisplay

public final keywordDisplay keywordDisplay()
                                    throws ParseException
Throws:
ParseException

keywordLevel

public final keywordLevel keywordLevel()
                                throws ParseException
Throws:
ParseException

keywordMap

public final keywordMap keywordMap()
                            throws ParseException
Throws:
ParseException

keywordNameRef

public final keywordNameRef keywordNameRef()
                                    throws ParseException
Throws:
ParseException

layerNameDef

public final layerNameDef layerNameDef()
                                throws ParseException
Throws:
ParseException

lessThan

public final lessThan lessThan()
                        throws ParseException
Throws:
ParseException

library

public final library library()
                      throws ParseException
Throws:
ParseException

libraryNameDef

public final libraryNameDef libraryNameDef()
                                    throws ParseException
Throws:
ParseException

libraryNameRef

public final libraryNameRef libraryNameRef()
                                    throws ParseException
Throws:
ParseException

libraryRef

public final libraryRef libraryRef()
                            throws ParseException
Throws:
ParseException

listOfNets

public final listOfNets listOfNets()
                            throws ParseException
Throws:
ParseException

listOfPorts

public final listOfPorts listOfPorts()
                              throws ParseException
Throws:
ParseException

loadDelay

public final loadDelay loadDelay()
                          throws ParseException
Throws:
ParseException

logicAssign

public final logicAssign logicAssign()
                              throws ParseException
Throws:
ParseException

logicInput

public final logicInput logicInput()
                            throws ParseException
Throws:
ParseException

logicList

public final logicList logicList()
                          throws ParseException
Throws:
ParseException

logicMapInput

public final logicMapInput logicMapInput()
                                  throws ParseException
Throws:
ParseException

logicMapOutput

public final logicMapOutput logicMapOutput()
                                    throws ParseException
Throws:
ParseException

logicNameDef

public final logicNameDef logicNameDef()
                                throws ParseException
Throws:
ParseException

logicNameRef

public final logicNameRef logicNameRef()
                                throws ParseException
Throws:
ParseException

logicOneOf

public final logicOneOf logicOneOf()
                            throws ParseException
Throws:
ParseException

logicOutput

public final logicOutput logicOutput()
                              throws ParseException
Throws:
ParseException

logicPort

public final logicPort logicPort()
                          throws ParseException
Throws:
ParseException

logicRef

public final logicRef logicRef()
                        throws ParseException
Throws:
ParseException

logicValue

public final logicValue logicValue()
                            throws ParseException
Throws:
ParseException

logicWaveform

public final logicWaveform logicWaveform()
                                  throws ParseException
Throws:
ParseException

maintain

public final maintain maintain()
                        throws ParseException
Throws:
ParseException

match

public final match match()
                  throws ParseException
Throws:
ParseException

member

public final member member()
                    throws ParseException
Throws:
ParseException

miNoMax

public final miNoMax miNoMax()
                      throws ParseException
Throws:
ParseException

miNoMaxDisplay

public final miNoMaxDisplay miNoMaxDisplay()
                                    throws ParseException
Throws:
ParseException

mnm

public final mnm mnm()
              throws ParseException
Throws:
ParseException

multipleValueSet

public final multipleValueSet multipleValueSet()
                                        throws ParseException
Throws:
ParseException

mustJoin

public final mustJoin mustJoin()
                        throws ParseException
Throws:
ParseException

name

public final name name()
                throws ParseException
Throws:
ParseException

nameDef

public final nameDef nameDef()
                      throws ParseException
Throws:
ParseException

nameRef

public final nameRef nameRef()
                      throws ParseException
Throws:
ParseException

net

public final net net()
              throws ParseException
Throws:
ParseException

netBackAnnotate

public final netBackAnnotate netBackAnnotate()
                                      throws ParseException
Throws:
ParseException

netBundle

public final netBundle netBundle()
                          throws ParseException
Throws:
ParseException

netDelay

public final netDelay netDelay()
                        throws ParseException
Throws:
ParseException

netGroup

public final netGroup netGroup()
                        throws ParseException
Throws:
ParseException

netMap

public final netMap netMap()
                    throws ParseException
Throws:
ParseException

netNameDef

public final netNameDef netNameDef()
                            throws ParseException
Throws:
ParseException

netNameRef

public final netNameRef netNameRef()
                            throws ParseException
Throws:
ParseException

netRef

public final netRef netRef()
                    throws ParseException
Throws:
ParseException

noChange

public final noChange noChange()
                        throws ParseException
Throws:
ParseException

nonPermutable

public final nonPermutable nonPermutable()
                                  throws ParseException
Throws:
ParseException

notAllowed

public final notAllowed notAllowed()
                            throws ParseException
Throws:
ParseException

notchSpacing

public final notchSpacing notchSpacing()
                                throws ParseException
Throws:
ParseException

number

public final number number()
                    throws ParseException
Throws:
ParseException

numberDefinition

public final numberDefinition numberDefinition()
                                        throws ParseException
Throws:
ParseException

numberDisplay

public final numberDisplay numberDisplay()
                                  throws ParseException
Throws:
ParseException

offPageConnector

public final offPageConnector offPageConnector()
                                        throws ParseException
Throws:
ParseException

offsetEvent

public final offsetEvent offsetEvent()
                              throws ParseException
Throws:
ParseException

openShape

public final openShape openShape()
                          throws ParseException
Throws:
ParseException

orientation

public final orientation orientation()
                              throws ParseException
Throws:
ParseException

origin

public final origin origin()
                    throws ParseException
Throws:
ParseException

overhangDistance

public final overhangDistance overhangDistance()
                                        throws ParseException
Throws:
ParseException

overlapDistance

public final overlapDistance overlapDistance()
                                      throws ParseException
Throws:
ParseException

oversize

public final oversize oversize()
                        throws ParseException
Throws:
ParseException

owner

public final owner owner()
                  throws ParseException
Throws:
ParseException

pageSize

public final pageSize pageSize()
                        throws ParseException
Throws:
ParseException

parameter

public final parameter parameter()
                          throws ParseException
Throws:
ParseException

parameterAssign

public final parameterAssign parameterAssign()
                                      throws ParseException
Throws:
ParseException

parameterDisplay

public final parameterDisplay parameterDisplay()
                                        throws ParseException
Throws:
ParseException

path

public final path path()
                throws ParseException
Throws:
ParseException

pathDelay

public final pathDelay pathDelay()
                          throws ParseException
Throws:
ParseException

pathWidth

public final pathWidth pathWidth()
                          throws ParseException
Throws:
ParseException

permutable

public final permutable permutable()
                            throws ParseException
Throws:
ParseException

physicalDesignRule

public final physicalDesignRule physicalDesignRule()
                                            throws ParseException
Throws:
ParseException

plug

public final plug plug()
                throws ParseException
Throws:
ParseException

point

public final point point()
                  throws ParseException
Throws:
ParseException

pointDisplay

public final pointDisplay pointDisplay()
                                throws ParseException
Throws:
ParseException

pointList

public final pointList pointList()
                          throws ParseException
Throws:
ParseException

polygon

public final polygon polygon()
                      throws ParseException
Throws:
ParseException

port

public final port port()
                throws ParseException
Throws:
ParseException

portBackAnnotate

public final portBackAnnotate portBackAnnotate()
                                        throws ParseException
Throws:
ParseException

portBundle

public final portBundle portBundle()
                            throws ParseException
Throws:
ParseException

portDelay

public final portDelay portDelay()
                          throws ParseException
Throws:
ParseException

portGroup

public final portGroup portGroup()
                          throws ParseException
Throws:
ParseException

portImplementation

public final portImplementation portImplementation()
                                            throws ParseException
Throws:
ParseException

portInstance

public final portInstance portInstance()
                                throws ParseException
Throws:
ParseException

portList

public final portList portList()
                        throws ParseException
Throws:
ParseException

portListAlias

public final portListAlias portListAlias()
                                  throws ParseException
Throws:
ParseException

portMap

public final portMap portMap()
                      throws ParseException
Throws:
ParseException

portNameDef

public final portNameDef portNameDef()
                              throws ParseException
Throws:
ParseException

portNameRef

public final portNameRef portNameRef()
                              throws ParseException
Throws:
ParseException

portRef

public final portRef portRef()
                      throws ParseException
Throws:
ParseException

program

public final program program()
                      throws ParseException
Throws:
ParseException

property

public final property property()
                        throws ParseException
Throws:
ParseException

propertyDisplay

public final propertyDisplay propertyDisplay()
                                      throws ParseException
Throws:
ParseException

propertyNameDef

public final propertyNameDef propertyNameDef()
                                      throws ParseException
Throws:
ParseException

propertyNameRef

public final propertyNameRef propertyNameRef()
                                      throws ParseException
Throws:
ParseException

protectionFrame

public final protectionFrame protectionFrame()
                                      throws ParseException
Throws:
ParseException

pt

public final pt pt()
            throws ParseException
Throws:
ParseException

range

public final range range()
                  throws ParseException
Throws:
ParseException

rangeVector

public final rangeVector rangeVector()
                              throws ParseException
Throws:
ParseException

rectangle

public final rectangle rectangle()
                          throws ParseException
Throws:
ParseException

rectangleSize

public final rectangleSize rectangleSize()
                                  throws ParseException
Throws:
ParseException

rename

public final rename rename()
                    throws ParseException
Throws:
ParseException

resolves

public final resolves resolves()
                        throws ParseException
Throws:
ParseException

ruleNameDef

public final ruleNameDef ruleNameDef()
                              throws ParseException
Throws:
ParseException

scale

public final scale scale()
                  throws ParseException
Throws:
ParseException

scaledInteger

public final scaledInteger scaledInteger()
                                  throws ParseException
Throws:
ParseException

scaleX

public final scaleX scaleX()
                    throws ParseException
Throws:
ParseException

scaleY

public final scaleY scaleY()
                    throws ParseException
Throws:
ParseException

section

public final section section()
                      throws ParseException
Throws:
ParseException

shape

public final shape shape()
                  throws ParseException
Throws:
ParseException

simulate

public final simulate simulate()
                        throws ParseException
Throws:
ParseException

simulateNameDef

public final simulateNameDef simulateNameDef()
                                      throws ParseException
Throws:
ParseException

simulationInfo

public final simulationInfo simulationInfo()
                                    throws ParseException
Throws:
ParseException

singleValueSet

public final singleValueSet singleValueSet()
                                    throws ParseException
Throws:
ParseException

site

public final site site()
                throws ParseException
Throws:
ParseException

socket

public final socket socket()
                    throws ParseException
Throws:
ParseException

socketSet

public final socketSet socketSet()
                          throws ParseException
Throws:
ParseException

status

public final status status()
                    throws ParseException
Throws:
ParseException

steady

public final steady steady()
                    throws ParseException
Throws:
ParseException

string

public final string string()
                    throws ParseException
Throws:
ParseException

stringDisplay

public final stringDisplay stringDisplay()
                                  throws ParseException
Throws:
ParseException

strong

public final strong strong()
                    throws ParseException
Throws:
ParseException

symbol

public final symbol symbol()
                    throws ParseException
Throws:
ParseException

symmetry

public final symmetry symmetry()
                        throws ParseException
Throws:
ParseException

table

public final table table()
                  throws ParseException
Throws:
ParseException

tableDefault

public final tableDefault tableDefault()
                                throws ParseException
Throws:
ParseException

textHeight

public final textHeight textHeight()
                            throws ParseException
Throws:
ParseException

timeInterval

public final timeInterval timeInterval()
                                throws ParseException
Throws:
ParseException

timeStamp

public final timeStamp timeStamp()
                          throws ParseException
Throws:
ParseException

timing

public final timing timing()
                    throws ParseException
Throws:
ParseException

transform

public final transform transform()
                          throws ParseException
Throws:
ParseException

transition

public final transition transition()
                            throws ParseException
Throws:
ParseException

trigger

public final trigger trigger()
                      throws ParseException
Throws:
ParseException

myTrue

public final myTrue myTrue()
                    throws ParseException
Throws:
ParseException

typedValue

public final typedValue typedValue()
                            throws ParseException
Throws:
ParseException

unconstrained

public final unconstrained unconstrained()
                                  throws ParseException
Throws:
ParseException

undefined

public final undefined undefined()
                          throws ParseException
Throws:
ParseException

union

public final union union()
                  throws ParseException
Throws:
ParseException

unit

public final unit unit()
                throws ParseException
Throws:
ParseException

unused

public final unused unused()
                    throws ParseException
Throws:
ParseException

userData

public final userData userData()
                        throws ParseException
Throws:
ParseException

valueNameDef

public final valueNameDef valueNameDef()
                                throws ParseException
Throws:
ParseException

valueNameRef

public final valueNameRef valueNameRef()
                                throws ParseException
Throws:
ParseException

version

public final version version()
                      throws ParseException
Throws:
ParseException

view

public final view view()
                throws ParseException
Throws:
ParseException

viewList

public final viewList viewList()
                        throws ParseException
Throws:
ParseException

viewMap

public final viewMap viewMap()
                      throws ParseException
Throws:
ParseException

viewNameDef

public final viewNameDef viewNameDef()
                              throws ParseException
Throws:
ParseException

viewNameRef

public final viewNameRef viewNameRef()
                              throws ParseException
Throws:
ParseException

viewRef

public final viewRef viewRef()
                      throws ParseException
Throws:
ParseException

viewType

public final viewType viewType()
                        throws ParseException
Throws:
ParseException

visible

public final visible visible()
                      throws ParseException
Throws:
ParseException

voltageMap

public final voltageMap voltageMap()
                            throws ParseException
Throws:
ParseException

waveValue

public final waveValue waveValue()
                          throws ParseException
Throws:
ParseException

weak

public final weak weak()
                throws ParseException
Throws:
ParseException

weakJoined

public final weakJoined weakJoined()
                            throws ParseException
Throws:
ParseException

when

public final when when()
                throws ParseException
Throws:
ParseException

written

public final written written()
                      throws ParseException
Throws:
ParseException

abs

public final abs abs()
              throws ParseException
Throws:
ParseException

and

public final and and()
              throws ParseException
Throws:
ParseException

booleanValue

public final booleanValue booleanValue()
                                throws ParseException
Throws:
ParseException

ceiling

public final ceiling ceiling()
                      throws ParseException
Throws:
ParseException

concat

public final concat concat()
                    throws ParseException
Throws:
ParseException

constant

public final constant constant()
                        throws ParseException
Throws:
ParseException

constraint

public final constraint constraint()
                            throws ParseException
Throws:
ParseException

contents

public final contents contents()
                        throws ParseException
Throws:
ParseException

divide

public final divide divide()
                    throws ParseException
Throws:
ParseException

equal

public final equal equal()
                  throws ParseException
Throws:
ParseException

fix

public final fix fix()
              throws ParseException
Throws:
ParseException

floor

public final floor floor()
                  throws ParseException
Throws:
ParseException

ident

public final ident ident()
                  throws ParseException
Throws:
ParseException

increasing

public final increasing increasing()
                            throws ParseException
Throws:
ParseException

integerValue

public final integerValue integerValue()
                                throws ParseException
Throws:
ParseException

myInterface

public final myInterface myInterface()
                              throws ParseException
Throws:
ParseException

max

public final max max()
              throws ParseException
Throws:
ParseException

min

public final min min()
              throws ParseException
Throws:
ParseException

miNoMaxValue

public final miNoMaxValue miNoMaxValue()
                                throws ParseException
Throws:
ParseException

mod

public final mod mod()
              throws ParseException
Throws:
ParseException

negate

public final negate negate()
                    throws ParseException
Throws:
ParseException

not

public final not not()
              throws ParseException
Throws:
ParseException

numberValue

public final numberValue numberValue()
                              throws ParseException
Throws:
ParseException

or

public final or or()
            throws ParseException
Throws:
ParseException

page

public final page page()
                throws ParseException
Throws:
ParseException

pointSubtract

public final pointSubtract pointSubtract()
                                  throws ParseException
Throws:
ParseException

pointSum

public final pointSum pointSum()
                        throws ParseException
Throws:
ParseException

pointValue

public final pointValue pointValue()
                            throws ParseException
Throws:
ParseException

product

public final product product()
                      throws ParseException
Throws:
ParseException

strictlyIncreasing

public final strictlyIncreasing strictlyIncreasing()
                                            throws ParseException
Throws:
ParseException

stringValue

public final stringValue stringValue()
                              throws ParseException
Throws:
ParseException

subtract

public final subtract subtract()
                        throws ParseException
Throws:
ParseException

sum

public final sum sum()
              throws ParseException
Throws:
ParseException

technology

public final technology technology()
                            throws ParseException
Throws:
ParseException

variable

public final variable variable()
                        throws ParseException
Throws:
ParseException

xCoord

public final xCoord xCoord()
                    throws ParseException
Throws:
ParseException

xor

public final xor xor()
              throws ParseException
Throws:
ParseException

yCoord

public final yCoord yCoord()
                    throws ParseException
Throws:
ParseException

ReInit

public void ReInit(java.io.InputStream stream)

ReInit

public void ReInit(java.io.Reader stream)

ReInit

public void ReInit(EdifParserCoreTokenManager tm)

getNextToken

public final Token getNextToken()

getToken

public final Token getToken(int index)

generateParseException

public final ParseException generateParseException()

enable_tracing

public final void enable_tracing()

disable_tracing

public final void disable_tracing()


Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.