Get() 정적인 공개 메소드

static public Get ( ) : string
리턴 string
예제 #1
0
 int GetUid(ISymbol n)
 {
     return(idgen.Get(n));
 }
예제 #2
0
    public override void VisitLocal(ILocalSymbol n)
    {
        Console.WriteLine("local: " + idgen.Get(n));

        csharpBuilder.refVarParamDecl(idgen.Get(n));
    }
예제 #3
0
 int GetUid(SyntaxNode n)
 {
     return(idgen.Get(n));
 }