RedundentExprEliminator.countSteps
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.apache.xalan.templates.RedundentExprEliminator.countSteps(Showing top 12 results out of 315)

origin: xalan/xalan

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: robovm/robovm

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
origin: robovm/robovm

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: com.bugvm/bugvm-rt

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: MobiVM/robovm

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: org.apache.xalan/xalan

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: com.mobidevelop.robovm/robovm-rt

int numPaths = countSteps(lpi);
if(numPaths > 1)
origin: xalan/xalan

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
origin: org.apache.xalan/xalan

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
origin: com.bugvm/bugvm-rt

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
origin: com.mobidevelop.robovm/robovm-rt

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
origin: MobiVM/robovm

boolean isGlobal = (paths == m_absPaths);
LocPathIterator lpi = (LocPathIterator)expr1;
int stepCount = countSteps(lpi);
for(int j = start; j < n; j++)
org.apache.xalan.templatesRedundentExprEliminatorcountSteps

Javadoc

Count the steps in a given location path.

Popular methods of RedundentExprEliminator

  • addVarDeclToElem
    Add the given variable to the psuedoVarRecipient.
  • assertion
    Simple assertion.
  • changePartToRef
    Change a given number of steps to a single variable reference.
  • changeToVarRef
    Change the expression owned by the owner argument to a variable reference of the given name. Warning
  • countAncestors
    Count the number of ancestors that a ElemTemplateElement has.
  • createGlobalPseudoVarDecl
    Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduc
  • createIteratorFromSteps
    Create a new WalkingIterator from the steps in another WalkingIterator.
  • createLocalPseudoVarDecl
    Create a psuedo variable reference that will represent the shared redundent XPath, for a local reduc
  • createMultistepExprList
    For the reduction of location path parts, create a list of all the multistep paths with more than on
  • createPseudoVarDecl
    Create a psuedo variable reference that will represent the shared redundent XPath, and add it to the
  • eleminateRedundent
    Method to be called after the all expressions within an node context have been visited. It eliminate
  • eleminateRedundentLocals
    Method to be called after the all expressions within an node context have been visited. It eliminate
  • eleminateRedundent,
  • eleminateRedundentLocals,
  • eleminateSharedPartialPaths,
  • findAndEliminateRedundant,
  • findCommonAncestor,
  • getElemFromExpression,
  • getPrevElementWithinContext,
  • getPrevVariableElem,
  • getPseudoVarID

Popular classes and methods

  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • setRequestProperty (URLConnection)
    Sets the value of the specified request header field. The value will only be used by the current URL
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Map (java.util)
    A Map is a data structure consisting of a set of keys and values in which each key is mapped to a si
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement.A servlet is a small Java program that runs within
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JPanel (javax.swing)

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)