Exemple #1
0
 public sunStatementBlock(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #2
0
 public sunImport(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #3
0
 public sunNameLabel(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #4
0
 public sunUnlock(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #5
0
 public sunCompoundStatement(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #6
0
 public sunExit(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #7
0
 public sunYield(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #8
0
 public sunVariableDefinition(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #9
0
 public sunStorableReference(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #10
0
 public sunStorableAssignment(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #11
0
 public sunLocalModifier(sunSourceLocation location)
     : base(location)
 {
 }
Exemple #12
0
 public sunConstModifier(sunSourceLocation location)
     : base(location)
 {
 }