Package limpidlog.log

Examples of limpidlog.log.Common


  public MemberVariable(String name, String desc, int kind) {
    this.name = name;
    this.desc = desc;
    this.kind = kind;

    functionDesc = new Common().makeFunctionDesc(desc);
  }
View Full Code Here


    return index - other.index;
  }

  public void init() {
    opcode = new BytecodeUtil().makeLoadOpcode(desc);
    functionDesc = new Common().makeFunctionDesc(desc);
  }
View Full Code Here

TOP

Related Classes of limpidlog.log.Common

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.