org.jaxen.Functionpublic class TypeOfFunction
extends java.lang.Object
implements org.jaxen.Function
| Constructor | Description |
|---|---|
TypeOfFunction() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
call(org.jaxen.Context context,
java.util.List args) |
|
static void |
registerSelfInSimpleContext() |
|
static boolean |
typeof(net.sourceforge.pmd.lang.ast.Node n,
java.lang.String nodeTypeName,
java.lang.String fullTypeName,
java.lang.String shortTypeName) |
public static void registerSelfInSimpleContext()
public java.lang.Object call(org.jaxen.Context context,
java.util.List args)
throws org.jaxen.FunctionCallException
call in interface org.jaxen.Functionorg.jaxen.FunctionCallExceptionpublic static boolean typeof(net.sourceforge.pmd.lang.ast.Node n,
java.lang.String nodeTypeName,
java.lang.String fullTypeName,
java.lang.String shortTypeName)
Copyright © 2002–2018 PMD. All rights reserved.