org.python.parser.PythonGrammar
org.ejen.ext.parsers.java_1_2.JavaParser
org.jboss.test.aop.basic.AOPTester @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.7 $ org.jboss.test.aop.reflection.ReflectionPOJO @author <a HREF="mailto:kabirkhan@bigfoot.com">Kabir Khan</a> org.apache.commons.jexl.parser.Parser
com.hp.hpl.jena.rdql.parser.RDQLParser
org.objectweb.jonas_ejb.deployment.ejbql.EJBQL
org.jboss.test.aop.bean.AOPTester @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.35 $ org.apache.taglibs.standard.lang.jpath.expression.Parser
com.genimen.djeneric.tools.scriptengine.core.DjScriptParserEngine
org.jboss.aop.pointcut.ast.PointcutExpressionParser
org.codehaus.aspectwerkz.expression.ast.ExpressionParser Usage: <pre> ExpressionParser parser = new ExpressionParser(System.in); // can be only one ASTRoot root = parser.parse("call(@RequiresNew public * foo.Bar.*(String, ..) AND withincode(* foo.Baz.within(..)"); Expression expression = new Expression(root); ... </pre> TODO: the grammar i ...org.nfunk.jep.Parser
org.objectstyle.cayenne.exp.parser.ExpressionParser Parser of Cayenne Expressions. @since 1.1 org.eclipse.emf.ecore.xml.type.internal.RegEx NOTE: this class is for internal use only. org.jboss.test.cts.interfaces.UserTransactionTester A utility class for testing UserTransaction in a stand-alone client, or a BMT enterprise bean. This is not part of any interface, just shared code used in client and server. This does not depend on JUnit, as JUnit is not available on the server. @author <a HREF="mailto:osh@sparre.dk">Ole Hu ...org.apache.batik.ext.awt.image.codec.tiff.TIFFImage
org.jboss.test.aop.basic.CallingPOJO @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.3 $ net.sourceforge.jwebunit.HttpUnitDialog Acts as the wrapper for HttpUnit access. A dialog is initialized with a given URL, and maintains conversational state as the dialog progresses through link navigation, form submission, etc. Public access is provided for wrappered HttpUnit objects. @author Jim Weaver @author Wilkes Joiner com.genimen.djeneric.tools.generator.core.DjentelParserEngine
com.sun.org.apache.xerces.internal.impl.dv.xs.AbstractDateTimeDV This is the base class of all date/time datatype validators. It implements common code for parsing, validating and comparing datatypes. Classes that extend this class, must implement parse() method. REVISIT: There are many instance variables, which would cause problems when we support grammar cac ...org.apache.commons.httpclient.util.HttpURLConnection Provides a <code>HttpURLConnection</code> wrapper around HttpClient's <code>HttpMethod</code>. This allows existing code to easily switch to HttpClieht without breaking existing interfaces using the JDK <code>HttpURLConnection</code>. Note 1: The current implem ...org.eclipse.jdt.internal.debug.core.model.JDIThread Model thread implementation for an underlying thread on a VM. org.jboss.aop.pointcut.ast.TypeExpressionParser
org.objectweb.fractal.jonathan.JContextFactory A minimal and Fractal compliant {@link ContextFactory} implementation. org.jboss.mq.server.TracingInterceptor A pass through Interceptor, wich will trace all calls. @author <a HREF="mailto:pra@tim.se">Peter Antman</a> @version $Revision: 1.10 $ org.jboss.test.aop.jdk15.AOPTester @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.3 $ com.sun.org.apache.xpath.internal.NodeSetDTM <p>The NodeSetDTM class can act as either a NodeVector, NodeList, or NodeIterator. However, in order for it to act as a NodeVector or NodeList, it's required that setShouldCacheNodes(true) be called before the first nextNode() is called, in order that nodes can be added as they are fetched. ...org.apache.xerces.impl.xpath.regex.Token This class represents a node in parse tree. @xerces.internal @version $Id: Token.java,v 1.10 2005/03/22 03:26:24 mrglavas Exp $ Literal char . XY X|Y|Z X [a-zA-Z] etc. [^a-zA-Z] etc. (X) or (?:X) ^ $ \b \B \< \> \A \Z \z ? +? strings back references (?=...) (?!...) (?<=...) (?<!... ...org.coach.idltree.IdlUnion The class IdlUnion represents an CORBA IDL union value. Instances are created through one of the create() factory methods in IdlNode. An IdlUnion object has one child nodes representing union member. @author <a HREF="mailto:batteram@lucent.com">Harold Batteram</a> <b>Lucent Tech ...com.sun.org.apache.bcel.internal.generic.InstructionFactory Instances of this class may be used, e.g., to generate typed versions of instructions. Its main purpose is to be used as the byte code generating backend of a compiler. You can subclass it to add your own create methods. @version $Id: InstructionFactory.java,v 1.1.1.1 2001/10/29 20:00:19 jvanzyl ...com.lowagie.text.pdf.codec.TIFFFaxDecoder
org.jboss.test.aop.instanceofannotated.InstanceOfAnnotatedTester @author <a HREF="mailto:kabir.khan@jboss.org">Kabir Khan</a> @version $Revision: 1.5.8.2 $ test.StaticMethodAdviceTest @author <a HREF="mailto:jboner@codehaus.org">Jonas BonŽr </a> org.apache.xalan.xsltc.runtime.CallFunction Resolve the function dynamically org.objectweb.cjdbc.scenario.tools.mock.MockDriver Mock driver generated by MockMaker (www.mockmaker.org). groovy.lang.MetaClass Allows methods to be dynamically added to existing classes at runtime @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @author Guillaume Laforge @version $Revision: 1.85 $ org.jboss.test.aop.args.Aspect Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.1.8.2 $ org.jboss.aop.annotation.AnnotationCreator Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.1.8.2 $ org.jboss.iiop.rmi.Util This is a RMI/IIOP metadata conversion utility class. Routines here are conforming to the "Java(TM) Language to IDL Mapping Specification", version 1.1 (01-06-07). @author <a HREF="mailto:osh@sparre.dk">Ole Husgaard</a> @version $Revision: 1.8 $ org.objectweb.cjdbc.controller.loadbalancer.paralleldb.ParallelDB This class defines a ParallelDB @author <a HREF="mailto:Emmanuel.Cecchet@inria.fr">Emmanuel Cecchet </a> @author <a HREF="mailto:jbvanzuylen@transwide.com">Jean-Bernard van Zuylen </a> @version 1.0 These are generic functions for all ParallelDB load balancers. <p> ...com.lutris.appserver.server.Enhydra import org.enhydra.dods.DODS; import org.enhydra.dods.DODSException; The Enhydra class provides static methods that allow each application to conviently get at their application object. It also provides access <P> This class implements dynamically scoped global variables, accessed via st ...org.jboss.aop.pointcut.FieldMatcher Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.20 $ org.jboss.ejb3.BaseSessionContext Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.1.2.2 $ org.xquark.mapper.mapping.MappingTypeInfo @author sr To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments org.codehaus.groovy.ast.ModuleNode Represents a module, which consists typically of a class declaration but could include some imports, some statements and multiple classes intermixed with statements like scripts in Python or Ruby @author <a HREF="mailto:james@coredevelopers.net">James Strachan</a> @version $Revision: ...com.sun.org.apache.xml.internal.serializer.SerializerBase This class acts as a base class for the XML "serializers" and the stream serializers. It contains a number of common fields and methods. @author Santiago Pericas-Geertsen @author G. Todd Miller | Popular Tags |