org.mozilla.javascript.Node.getProp()方法的使用及代码示例

x33g5p2x  于2022-01-25 转载在 JavaScript  
字(6.0k)|赞(0)|评价(0)|浏览(375)

本文整理了Java中org.mozilla.javascript.Node.getProp()方法的一些代码示例,展示了Node.getProp()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。Node.getProp()方法的具体详情如下:
包路径:org.mozilla.javascript.Node
类名称:Node
方法名:getProp

Node.getProp介绍

暂无

代码示例

代码示例来源:origin: geogebra/geogebra

  1. /**
  2. * Gets the JsDoc Comment object attached to this node.
  3. * @return the Comment or {@code null} if no JsDoc is attached to
  4. * this node
  5. */
  6. public Comment getJsDocNode() {
  7. return (Comment) getProp(JSDOC_PROP);
  8. }

代码示例来源:origin: io.apigee/rhino

  1. /**
  2. * Gets the JsDoc Comment object attached to this node.
  3. * @return the Comment or {@code null} if no JsDoc is attached to
  4. * this node
  5. */
  6. public Comment getJsDocNode() {
  7. return (Comment) getProp(JSDOC_PROP);
  8. }

代码示例来源:origin: ro.isdc.wro4j/rhino

  1. /**
  2. * Gets the JsDoc Comment object attached to this node.
  3. * @return the Comment or {@code null} if no JsDoc is attached to
  4. * this node
  5. */
  6. public Comment getJsDocNode() {
  7. return (Comment) getProp(JSDOC_PROP);
  8. }

代码示例来源:origin: com.github.tntim96/rhino

  1. /**
  2. * Gets the JsDoc Comment object attached to this node.
  3. * @return the Comment or {@code null} if no JsDoc is attached to
  4. * this node
  5. */
  6. public Comment getJsDocNode() {
  7. return (Comment) getProp(JSDOC_PROP);
  8. }

代码示例来源:origin: rhino/js

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: rhino/js

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: geogebra/geogebra

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: geogebra/geogebra

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: io.apigee/rhino

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: com.github.tntim96/rhino

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: ro.isdc.wro4j/rhino

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: com.sun.phobos/phobos-rhino

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: com.sun.phobos/phobos-rhino

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: io.apigee/rhino

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: ro.isdc.wro4j/rhino

  1. private int getLocalBlockRef(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. return localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. }

代码示例来源:origin: com.github.tntim96/rhino

  1. private int getLocalBlockRegister(Node node)
  2. {
  3. Node localBlock = (Node)node.getProp(Node.LOCAL_BLOCK_PROP);
  4. int localSlot = localBlock.getExistingIntProp(Node.LOCAL_PROP);
  5. return localSlot;
  6. }

代码示例来源:origin: org.odlabs.wiquery/wiquery-compressor

  1. private Node condition() throws IOException, ParserException
  2. {
  3. mustMatchToken(Token1.LP, "msg.no.paren.cond");
  4. decompiler.addToken(Token1.LP);
  5. final Node pn = expr(false);
  6. mustMatchToken(Token1.RP, "msg.no.paren.after.cond");
  7. decompiler.addToken(Token1.RP);
  8. // Report strict warning on code like "if (a = 7) ...". Suppress the
  9. // warning if the condition is parenthesized, like "if ((a = 7)) ...".
  10. if (pn.getProp(Node.PARENTHESIZED_PROP) == null
  11. && (pn.getType() == Token1.SETNAME || pn.getType() == Token1.SETPROP || pn.getType() == Token1.SETELEM))
  12. {
  13. addStrictWarning("msg.equal.as.assign", "");
  14. }
  15. return pn;
  16. }

代码示例来源:origin: rhino/js

  1. private Node condition()
  2. throws IOException, ParserException
  3. {
  4. mustMatchToken(Token.LP, "msg.no.paren.cond");
  5. decompiler.addToken(Token.LP);
  6. Node pn = expr(false);
  7. mustMatchToken(Token.RP, "msg.no.paren.after.cond");
  8. decompiler.addToken(Token.RP);
  9. // Report strict warning on code like "if (a = 7) ...". Suppress the
  10. // warning if the condition is parenthesized, like "if ((a = 7)) ...".
  11. if (pn.getProp(Node.PARENTHESIZED_PROP) == null &&
  12. (pn.getType() == Token.SETNAME || pn.getType() == Token.SETPROP ||
  13. pn.getType() == Token.SETELEM))
  14. {
  15. addStrictWarning("msg.equal.as.assign", "");
  16. }
  17. return pn;
  18. }

代码示例来源:origin: com.sun.phobos/phobos-rhino

  1. private Node condition()
  2. throws IOException, ParserException
  3. {
  4. mustMatchToken(Token.LP, "msg.no.paren.cond");
  5. decompiler.addToken(Token.LP);
  6. Node pn = expr(false);
  7. mustMatchToken(Token.RP, "msg.no.paren.after.cond");
  8. decompiler.addToken(Token.RP);
  9. // Report strict warning on code like "if (a = 7) ...". Suppress the
  10. // warning if the condition is parenthesized, like "if ((a = 7)) ...".
  11. if (pn.getProp(Node.PARENTHESIZED_PROP) == null &&
  12. (pn.getType() == Token.SETNAME || pn.getType() == Token.SETPROP ||
  13. pn.getType() == Token.SETELEM))
  14. {
  15. addStrictWarning("msg.equal.as.assign", "");
  16. }
  17. return pn;
  18. }

代码示例来源:origin: com.yahoo/yuicompressor

  1. private Node condition()
  2. throws IOException, ParserException
  3. {
  4. mustMatchToken(Token.LP, "msg.no.paren.cond");
  5. decompiler.addToken(Token.LP);
  6. Node pn = expr(false);
  7. mustMatchToken(Token.RP, "msg.no.paren.after.cond");
  8. decompiler.addToken(Token.RP);
  9. // Report strict warning on code like "if (a = 7) ...". Suppress the
  10. // warning if the condition is parenthesized, like "if ((a = 7)) ...".
  11. if (pn.getProp(Node.PARENTHESIZED_PROP) == null &&
  12. (pn.getType() == Token.SETNAME || pn.getType() == Token.SETPROP ||
  13. pn.getType() == Token.SETELEM))
  14. {
  15. addStrictWarning("msg.equal.as.assign", "");
  16. }
  17. return pn;
  18. }

相关文章