Package com.tonic.analysis.query.eval
Class DefaultAttributes
- java.lang.Object
-
- com.tonic.analysis.query.eval.DefaultAttributes
-
public final class DefaultAttributes extends Object
Registers the static (bytecode-level) query vocabulary.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AttributeRegistrycreate()Builds a registry populated with every static atom.
-
-
-
Method Detail
-
create
public static AttributeRegistry create()
Builds a registry populated with every static atom.- Returns:
- a registry carrying the class, method, call, argument, parameter, instruction, field access, dynamic, bootstrap argument, CFG and identity atoms
-
-