net.sourceforge.czt.parser.util
Class OpTable.OpInfo
java.lang.Object
net.sourceforge.czt.parser.util.OpTable.OpInfo
- Enclosing class:
- OpTable
public static class OpTable.OpInfo
- extends java.lang.Object
An operator info.
|
Constructor Summary |
OpTable.OpInfo(java.lang.String section,
net.sourceforge.czt.z.ast.OptempPara opPara)
|
|
Method Summary |
net.sourceforge.czt.z.ast.Assoc |
getAssoc()
|
net.sourceforge.czt.z.ast.Cat |
getCat()
|
java.math.BigInteger |
getPrec()
|
java.lang.String |
getSection()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpTable.OpInfo
public OpTable.OpInfo(java.lang.String section,
net.sourceforge.czt.z.ast.OptempPara opPara)
getSection
public java.lang.String getSection()
getCat
public net.sourceforge.czt.z.ast.Cat getCat()
getAssoc
public net.sourceforge.czt.z.ast.Assoc getAssoc()
getPrec
public java.math.BigInteger getPrec()
Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.