Package daikon

Class Ppt

    • Constructor Detail

    • Method Detail

      • trimToSize

        public void trimToSize()
        Trim the collections used in this Ppt.
      • varNames

        @SideEffectFree
        public static String varNames​(VarInfo[] infos)
        Returns a string rep of the specified variable names.
      • varNames

        @SideEffectFree
        public String varNames​(@GuardSatisfied @UnknownInitialization(Ppt.class) Ppt this)
        Return a string representation of the variable names.
      • indexOf

        @Pure
        public int indexOf​(@UnknownInitialization(Ppt.class) Ppt this,
                           String varname)
        Returns the varinfo_index of the variable whose name is varname. Returns -1 if there is no such variable.
      • find_var_by_name

        @Pure
        public @Nullable VarInfo find_var_by_name​(@UnknownInitialization(Ppt.class) Ppt this,
                                                  String varname)
        Returns the VarInfo with the specified name. Null if the name is not found.