C# 클래스 clojure.lang.CljCompiler.Ast.CljILGen

상속: ILGen
파일 보기 프로젝트 열기: aaronc/clojure-clr 1 사용 예제들

공개 메소드들

메소드 설명
CljILGen ( ILGenerator baseIlg ) : System
MaybeEmitVolatileOp ( FieldInfo fi ) : void
MaybeEmitVolatileOp ( bool emit ) : void

비공개 메소드들

메소드 설명
IsVolatile ( FieldInfo fi ) : bool

메소드 상세

CljILGen() 공개 메소드

public CljILGen ( ILGenerator baseIlg ) : System
baseIlg System.Reflection.Emit.ILGenerator
리턴 System

MaybeEmitVolatileOp() 공개 메소드

public MaybeEmitVolatileOp ( FieldInfo fi ) : void
fi System.Reflection.FieldInfo
리턴 void

MaybeEmitVolatileOp() 공개 메소드

public MaybeEmitVolatileOp ( bool emit ) : void
emit bool
리턴 void