Java Second Get getSecondRulePart()

Here you can find the source of getSecondRulePart()

Description

Returns the second part of the rule class code

License

Academic Free License

Return

The second part of the rule class code

Declaration

public static String getSecondRulePart() 

Method Source Code

//package com.java2s;
//License from project: Academic Free License 

public class Main {
    /**/*  w  w w .  j  ava2  s . com*/
     * Returns the second part of the rule class code
     * @return The second part of the rule class code
     */
    public static String getSecondRulePart() {
        return "\t\t\n" + "\t\tlocalStack.popLayer();       \n"
                + "\t\treturn (CompilerRuntime.UpdateList) evalStack.pop();\n" + "\t}\n";
    }
}

Related

  1. getSecondInt(long c)
  2. getSecondInt(long time)
  3. getSecondMaxInArray(float[] arr)
  4. getSecondName(String names)
  5. getSecondRDNValue(String dn)
  6. getSeconds()
  7. getSeconds(double coordinate)
  8. getSeconds(double seconds)
  9. getSeconds(double t)